Html Css Color HEX #32CC3C Lime Green

📋 copy color: '#32CC3C'

red 50 ◦ green 204 ◦ blue 60

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

Shades of Lime Green #32CC3C

Tints of Lime Green #32CC3C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 64.97%

 BLUE value IS 60 (23.83% from 255) = 19.11%

R = 15.92%
G = 64.97%
B = 19.11%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#32CC3C (or 0x32CC3C) is known color: Lime Green. HEX triplet: 32, CC and 3C. RGB value is (50,204,60). Sum of RGB (Red+Green+Blue) = 50+204+60=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 204 (80.08% from 255 or 64.97% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CC3C is #CD33C3. Grayscale: #8D8D8D. Windows color (decimal): -13448132 or 3984434. OLE color: 3984434.

HSL color Cylindrical-coordinate representation of color #32CC3C: hue angle of 123.9º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CC3C is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 204 60 -
CMYK 0.75 0 0.71 0.2
HSL 123.9º 0.61% 0.5% -
HSV(B) 123.9º 0.75% 0.8% -
XYZ 23.72 44.19 11.55 -
YUV 141.54 81.98 62.71 -
System Red Green Blue C M Y K H S L
Decimal 50 204 60 0.75 0 0.71 0.2 123.9 0.61 0.5
Hex 32 CC 3C 4B 0 47 14 7C 3D 32
Octal 62 314 74 113 0 107 24 174 75 62
Binary 110010 11001100 111100 1001011 0 1000111 10100 1111100 111101 110010

Color Harmonies of #32CC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CC3C

Black with #32CC3C

Text Example


Text Example

White with #32CC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,204,60); }

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

background-color css

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

 a { background-color: rgb(50,204,60); }

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

border-color css

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

 span { border-color: rgb(50,204,60); }

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