Html Css Color HEX #32CF4F Lime Green

📋 copy color: '#32CF4F'

red 50 ◦ green 207 ◦ blue 79

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

Shades of Lime Green #32CF4F

Tints of Lime Green #32CF4F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 61.61%

 BLUE value IS 79 (31.25% from 255) = 23.51%

R = 14.88%
G = 61.61%
B = 23.51%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#32CF4F (or 0x32CF4F) is known color: Lime Green. HEX triplet: 32, CF and 4F. RGB value is (50,207,79). Sum of RGB (Red+Green+Blue) = 50+207+79=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 207 (81.25% from 255 or 61.61% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 207 - color contains mainly: green. Hex color #32CF4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CF4F is #CD30B0. Grayscale: #919191. Windows color (decimal): -13447345 or 5230386. OLE color: 5230386.

HSL color Cylindrical-coordinate representation of color #32CF4F: hue angle of 131.08º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CF4F is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 207 79 -
CMYK 0.76 0 0.62 0.19
HSL 131.08º 0.62% 0.5% -
HSV(B) 131.08º 0.76% 0.81% -
XYZ 25.04 45.87 14.93 -
YUV 145.47 90.49 59.91 -
System Red Green Blue C M Y K H S L
Decimal 50 207 79 0.76 0 0.62 0.19 131.08 0.62 0.5
Hex 32 CF 4F 4C 0 3E 13 83 3E 32
Octal 62 317 117 114 0 76 23 203 76 62
Binary 110010 11001111 1001111 1001100 0 111110 10011 10000011 111110 110010

Color Harmonies of #32CF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CF4F

Black with #32CF4F

Text Example


Text Example

White with #32CF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,207,79); }

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

background-color css

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

 a { background-color: rgb(50,207,79); }

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

border-color css

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

 span { border-color: rgb(50,207,79); }

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