Html Css Color HEX #32BF41 Lime Green

📋 copy color: '#32BF41'

red 50 ◦ green 191 ◦ blue 65

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

Shades of Lime Green #32BF41

Tints of Lime Green #32BF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.24%

R = 16.34%
G = 62.42%
B = 21.24%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#32BF41 (or 0x32BF41) is known color: Lime Green. HEX triplet: 32, BF and 41. RGB value is (50,191,65). Sum of RGB (Red+Green+Blue) = 50+191+65=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 191 (75% from 255 or 62.42% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BF41 is #CD40BE. Grayscale: #868686. Windows color (decimal): -13451455 or 4308786. OLE color: 4308786.

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

Color convert

RGB 50 191 65 -
CMYK 0.74 0 0.66 0.25
HSL 126.38º 0.59% 0.47% -
HSV(B) 126.38º 0.74% 0.75% -
XYZ 20.9 38.32 11.3 -
YUV 134.48 88.79 67.75 -
System Red Green Blue C M Y K H S L
Decimal 50 191 65 0.74 0 0.66 0.25 126.38 0.59 0.47
Hex 32 BF 41 4A 0 42 19 7E 3B 2F
Octal 62 277 101 112 0 102 31 176 73 57
Binary 110010 10111111 1000001 1001010 0 1000010 11001 1111110 111011 101111

Color Harmonies of #32BF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BF41

Black with #32BF41

Text Example


Text Example

White with #32BF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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