Html Css Color HEX #37D83C Lime Green

📋 copy color: '#37D83C'

red 55 ◦ green 216 ◦ blue 60

#37D83C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #37D83C

Tints of Lime Green #37D83C

RGB

 RED value IS 55 (21.88% from 255) = 16.62%

 GREEN value IS 216 (84.77% from 255) = 65.26%

 BLUE value IS 60 (23.83% from 255) = 18.13%

R = 16.62%
G = 65.26%
B = 18.13%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#37D83C (or 0x37D83C) is known color: Lime Green. HEX triplet: 37, D8 and 3C. RGB value is (55,216,60). Sum of RGB (Red+Green+Blue) = 55+216+60=331 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.62% from 331); Green value is 216 (84.77% from 255 or 65.26% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 216 - color contains mainly: green. Hex color #37D83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37D83C is #C827C3. Grayscale: #969696. Windows color (decimal): -13117380 or 3987511. OLE color: 3987511.

HSL color Cylindrical-coordinate representation of color #37D83C: hue angle of 121.86º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37D83C is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 55 216 60 -
CMYK 0.75 0 0.72 0.15
HSL 121.86º 0.67% 0.53% -
HSV(B) 121.86º 0.75% 0.85% -
XYZ 26.95 50.25 12.55 -
YUV 150.08 77.16 60.18 -
System Red Green Blue C M Y K H S L
Decimal 55 216 60 0.75 0 0.72 0.15 121.86 0.67 0.53
Hex 37 D8 3C 4B 0 48 F 7A 43 35
Octal 67 330 74 113 0 110 17 172 103 65
Binary 110111 11011000 111100 1001011 0 1001000 1111 1111010 1000011 110101

Color Harmonies of #37D83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D83C

Black with #37D83C

Text Example


Text Example

White with #37D83C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37D83C; }

 p { color: rgb(55,216,60); }

 H1.HeaderClassName
 {
   color: #37D83C;
 }
 .AnyTagClassName
 {
   color: #37D83C;
 }
</style>

background-color css

<style>
 a { background-color: #37D83C; }

 a { background-color: rgb(55,216,60); }

 div.DivClassName
 {
   background-color: #37D83C;
 }
 .BgClassName
 {
   background-color: #37D83C;
 }
</style>

border-color css

<style>
 span { border-color: #37D83C; }

 span { border-color: rgb(55,216,60); }

 td.TdClassName
 {
   border-color: #37D83C;
 }
 .TagClassName
 {
   border-color: #37D83C;
 }
</style>