Html Css Color HEX #32C04C Lime Green

📋 copy color: '#32C04C'

red 50 ◦ green 192 ◦ blue 76

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

Shades of Lime Green #32C04C

Tints of Lime Green #32C04C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.9%

R = 15.72%
G = 60.38%
B = 23.9%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#32C04C (or 0x32C04C) is known color: Lime Green. HEX triplet: 32, C0 and 4C. RGB value is (50,192,76). Sum of RGB (Red+Green+Blue) = 50+192+76=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 192 (75.39% from 255 or 60.38% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 192 - color contains mainly: green. Hex color #32C04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C04C is #CD3FB3. Grayscale: #888888. Windows color (decimal): -13451188 or 5029938. OLE color: 5029938.

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

Color convert

RGB 50 192 76 -
CMYK 0.74 0 0.60 0.25
HSL 130.99º 0.59% 0.47% -
HSV(B) 130.99º 0.74% 0.75% -
XYZ 21.47 38.9 13.21 -
YUV 136.32 93.96 66.43 -
System Red Green Blue C M Y K H S L
Decimal 50 192 76 0.74 0 0.60 0.25 130.99 0.59 0.47
Hex 32 C0 4C 4A 0 3C 19 83 3B 2F
Octal 62 300 114 112 0 74 31 203 73 57
Binary 110010 11000000 1001100 1001010 0 111100 11001 10000011 111011 101111

Color Harmonies of #32C04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C04C

Black with #32C04C

Text Example


Text Example

White with #32C04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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