Html Css Color HEX #37D52B Lime Green

📋 copy color: '#37D52B'

red 55 ◦ green 213 ◦ blue 43

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

Shades of Lime Green #37D52B

Tints of Lime Green #37D52B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 68.49%

 BLUE value IS 43 (17.19% from 255) = 13.83%

R = 17.68%
G = 68.49%
B = 13.83%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#37D52B (or 0x37D52B) is known color: Lime Green. HEX triplet: 37, D5 and 2B. RGB value is (55,213,43). Sum of RGB (Red+Green+Blue) = 55+213+43=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 213 (83.59% from 255 or 68.49% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 213 - color contains mainly: green. Hex color #37D52B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37D52B is #C82AD4. Grayscale: #929292. Windows color (decimal): -13118165 or 2872631. OLE color: 2872631.

HSL color Cylindrical-coordinate representation of color #37D52B: hue angle of 115.76º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #37D52B is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 55 213 43 -
CMYK 0.74 0 0.80 0.16
HSL 115.76º 0.67% 0.5% -
HSV(B) 115.76º 0.8% 0.84% -
XYZ 25.81 48.58 10.3 -
YUV 146.38 69.65 62.82 -
System Red Green Blue C M Y K H S L
Decimal 55 213 43 0.74 0 0.80 0.16 115.76 0.67 0.5
Hex 37 D5 2B 4A 0 50 10 74 43 32
Octal 67 325 53 112 0 120 20 164 103 62
Binary 110111 11010101 101011 1001010 0 1010000 10000 1110100 1000011 110010

Color Harmonies of #37D52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D52B

Black with #37D52B

Text Example


Text Example

White with #37D52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,213,43); }

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

background-color css

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

 a { background-color: rgb(55,213,43); }

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

border-color css

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

 span { border-color: rgb(55,213,43); }

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