Html Css Color HEX #32CC1A Lime Green

📋 copy color: '#32CC1A'

red 50 ◦ green 204 ◦ blue 26

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

Shades of Lime Green #32CC1A

Tints of Lime Green #32CC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.29%

R = 17.86%
G = 72.86%
B = 9.29%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#32CC1A (or 0x32CC1A) is known color: Lime Green. HEX triplet: 32, CC and 1A. RGB value is (50,204,26). Sum of RGB (Red+Green+Blue) = 50+204+26=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 204 (80.08% from 255 or 72.86% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CC1A is #CD33E5. Grayscale: #8A8A8A. Windows color (decimal): -13448166 or 1756210. OLE color: 1756210.

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

Color convert

RGB 50 204 26 -
CMYK 0.75 0 0.87 0.2
HSL 111.91º 0.77% 0.45% -
HSV(B) 111.91º 0.87% 0.8% -
XYZ 23.09 43.94 8.24 -
YUV 137.66 64.98 65.47 -
System Red Green Blue C M Y K H S L
Decimal 50 204 26 0.75 0 0.87 0.2 111.91 0.77 0.45
Hex 32 CC 1A 4B 0 57 14 70 4D 2D
Octal 62 314 32 113 0 127 24 160 115 55
Binary 110010 11001100 11010 1001011 0 1010111 10100 1110000 1001101 101101

Color Harmonies of #32CC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CC1A

Black with #32CC1A

Text Example


Text Example

White with #32CC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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