Html Css Color HEX #32C04E Lime Green

📋 copy color: '#32C04E'

red 50 ◦ green 192 ◦ blue 78

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

Shades of Lime Green #32C04E

Tints of Lime Green #32C04E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60%

 BLUE value IS 78 (30.86% from 255) = 24.38%

R = 15.63%
G = 60%
B = 24.38%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#32C04E (or 0x32C04E) is known color: Lime Green. HEX triplet: 32, C0 and 4E. RGB value is (50,192,78). Sum of RGB (Red+Green+Blue) = 50+192+78=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #32C04E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C04E is #CD3FB1. Grayscale: #888888. Windows color (decimal): -13451186 or 5161010. OLE color: 5161010.

HSL color Cylindrical-coordinate representation of color #32C04E: hue angle of 131.83º 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 #32C04E is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 192 78 -
CMYK 0.74 0 0.59 0.25
HSL 131.83º 0.59% 0.47% -
HSV(B) 131.83º 0.74% 0.75% -
XYZ 21.54 38.93 13.59 -
YUV 136.55 94.96 66.27 -
System Red Green Blue C M Y K H S L
Decimal 50 192 78 0.74 0 0.59 0.25 131.83 0.59 0.47
Hex 32 C0 4E 4A 0 3B 19 84 3B 2F
Octal 62 300 116 112 0 73 31 204 73 57
Binary 110010 11000000 1001110 1001010 0 111011 11001 10000100 111011 101111

Color Harmonies of #32C04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C04E

Black with #32C04E

Text Example


Text Example

White with #32C04E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,192,78); }

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

background-color css

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

 a { background-color: rgb(50,192,78); }

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

border-color css

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

 span { border-color: rgb(50,192,78); }

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