Html Css Color HEX #32CB1A Lime Green

📋 copy color: '#32CB1A'

red 50 ◦ green 203 ◦ blue 26

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

Shades of Lime Green #32CB1A

Tints of Lime Green #32CB1A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 72.76%

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

R = 17.92%
G = 72.76%
B = 9.32%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#32CB1A (or 0x32CB1A) is known color: Lime Green. HEX triplet: 32, CB and 1A. RGB value is (50,203,26). Sum of RGB (Red+Green+Blue) = 50+203+26=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 203 (79.69% from 255 or 72.76% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 203 - color contains mainly: green. Hex color #32CB1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CB1A is #CD34E5. Grayscale: #898989. Windows color (decimal): -13448422 or 1755954. OLE color: 1755954.

HSL color Cylindrical-coordinate representation of color #32CB1A: hue angle of 111.86º 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 #32CB1A is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 203 26 -
CMYK 0.75 0 0.87 0.20
HSL 111.86º 0.77% 0.45% -
HSV(B) 111.86º 0.87% 0.8% -
XYZ 22.86 43.46 8.16 -
YUV 137.08 65.31 65.89 -
System Red Green Blue C M Y K H S L
Decimal 50 203 26 0.75 0 0.87 0.20 111.86 0.77 0.45
Hex 32 CB 1A 4B 0 57 14 70 4D 2D
Octal 62 313 32 113 0 127 24 160 115 55
Binary 110010 11001011 11010 1001011 0 1010111 10100 1110000 1001101 101101

Color Harmonies of #32CB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CB1A

Black with #32CB1A

Text Example


Text Example

White with #32CB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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