Html Css Color HEX #32CA1A Lime Green

📋 copy color: '#32CA1A'

red 50 ◦ green 202 ◦ blue 26

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

Shades of Lime Green #32CA1A

Tints of Lime Green #32CA1A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 72.66%

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

R = 17.99%
G = 72.66%
B = 9.35%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#32CA1A (or 0x32CA1A) is known color: Lime Green. HEX triplet: 32, CA and 1A. RGB value is (50,202,26). Sum of RGB (Red+Green+Blue) = 50+202+26=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 202 (79.30% from 255 or 72.66% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CA1A is #CD35E5. Grayscale: #898989. Windows color (decimal): -13448678 or 1755698. OLE color: 1755698.

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

Color convert

RGB 50 202 26 -
CMYK 0.75 0 0.87 0.21
HSL 111.82º 0.77% 0.45% -
HSV(B) 111.82º 0.87% 0.79% -
XYZ 22.62 42.99 8.08 -
YUV 136.49 65.64 66.31 -
System Red Green Blue C M Y K H S L
Decimal 50 202 26 0.75 0 0.87 0.21 111.82 0.77 0.45
Hex 32 CA 1A 4B 0 57 15 70 4D 2D
Octal 62 312 32 113 0 127 25 160 115 55
Binary 110010 11001010 11010 1001011 0 1010111 10101 1110000 1001101 101101

Color Harmonies of #32CA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CA1A

Black with #32CA1A

Text Example


Text Example

White with #32CA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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