Html Css Color HEX #32CB1D Lime Green

📋 copy color: '#32CB1D'

red 50 ◦ green 203 ◦ blue 29

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

Shades of Lime Green #32CB1D

Tints of Lime Green #32CB1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.28%

R = 17.73%
G = 71.99%
B = 10.28%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#32CB1D (or 0x32CB1D) is known color: Lime Green. HEX triplet: 32, CB and 1D. RGB value is (50,203,29). Sum of RGB (Red+Green+Blue) = 50+203+29=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 203 (79.69% from 255 or 71.99% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 203 - color contains mainly: green. Hex color #32CB1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CB1D is #CD34E2. Grayscale: #898989. Windows color (decimal): -13448419 or 1952562. OLE color: 1952562.

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

Color convert

RGB 50 203 29 -
CMYK 0.75 0 0.86 0.20
HSL 112.76º 0.75% 0.45% -
HSV(B) 112.76º 0.86% 0.8% -
XYZ 22.89 43.48 8.35 -
YUV 137.42 66.81 65.65 -
System Red Green Blue C M Y K H S L
Decimal 50 203 29 0.75 0 0.86 0.20 112.76 0.75 0.45
Hex 32 CB 1D 4B 0 56 14 71 4B 2D
Octal 62 313 35 113 0 126 24 161 113 55
Binary 110010 11001011 11101 1001011 0 1010110 10100 1110001 1001011 101101

Color Harmonies of #32CB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CB1D

Black with #32CB1D

Text Example


Text Example

White with #32CB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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