Html Css Color HEX #32BF28 Lime Green

📋 copy color: '#32BF28'

red 50 ◦ green 191 ◦ blue 40

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

Shades of Lime Green #32BF28

Tints of Lime Green #32BF28

RGB

 RED value IS 50 (19.92% from 255) = 17.79%

 GREEN value IS 191 (75% from 255) = 67.97%

 BLUE value IS 40 (16.02% from 255) = 14.23%

R = 17.79%
G = 67.97%
B = 14.23%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#32BF28 (or 0x32BF28) is known color: Lime Green. HEX triplet: 32, BF and 28. RGB value is (50,191,40). Sum of RGB (Red+Green+Blue) = 50+191+40=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 191 (75% from 255 or 67.97% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BF28 is #CD40D7. Grayscale: #848484. Windows color (decimal): -13451480 or 2670386. OLE color: 2670386.

HSL color Cylindrical-coordinate representation of color #32BF28: hue angle of 116.03º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32BF28 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 191 40 -
CMYK 0.74 0 0.79 0.25
HSL 116.03º 0.65% 0.45% -
HSV(B) 116.03º 0.79% 0.75% -
XYZ 20.33 38.09 8.29 -
YUV 131.63 76.29 69.78 -
System Red Green Blue C M Y K H S L
Decimal 50 191 40 0.74 0 0.79 0.25 116.03 0.65 0.45
Hex 32 BF 28 4A 0 4F 19 74 41 2D
Octal 62 277 50 112 0 117 31 164 101 55
Binary 110010 10111111 101000 1001010 0 1001111 11001 1110100 1000001 101101

Color Harmonies of #32BF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BF28

Black with #32BF28

Text Example


Text Example

White with #32BF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32BF28; }

 p { color: rgb(50,191,40); }

 H1.HeaderClassName
 {
   color: #32BF28;
 }
 .AnyTagClassName
 {
   color: #32BF28;
 }
</style>

background-color css

<style>
 a { background-color: #32BF28; }

 a { background-color: rgb(50,191,40); }

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

border-color css

<style>
 span { border-color: #32BF28; }

 span { border-color: rgb(50,191,40); }

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