Html Css Color HEX #32CC2C Lime Green

📋 copy color: '#32CC2C'

red 50 ◦ green 204 ◦ blue 44

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

Shades of Lime Green #32CC2C

Tints of Lime Green #32CC2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.77%

R = 16.78%
G = 68.46%
B = 14.77%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#32CC2C (or 0x32CC2C) is known color: Lime Green. HEX triplet: 32, CC and 2C. RGB value is (50,204,44). Sum of RGB (Red+Green+Blue) = 50+204+44=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 204 (80.08% from 255 or 68.46% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CC2C is #CD33D3. Grayscale: #8C8C8C. Windows color (decimal): -13448148 or 2935858. OLE color: 2935858.

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

Color convert

RGB 50 204 44 -
CMYK 0.75 0 0.78 0.2
HSL 117.75º 0.65% 0.49% -
HSV(B) 117.75º 0.78% 0.8% -
XYZ 23.36 44.05 9.65 -
YUV 139.71 73.98 64.01 -
System Red Green Blue C M Y K H S L
Decimal 50 204 44 0.75 0 0.78 0.2 117.75 0.65 0.49
Hex 32 CC 2C 4B 0 4E 14 76 41 31
Octal 62 314 54 113 0 116 24 166 101 61
Binary 110010 11001100 101100 1001011 0 1001110 10100 1110110 1000001 110001

Color Harmonies of #32CC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CC2C

Black with #32CC2C

Text Example


Text Example

White with #32CC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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