Html Css Color HEX #32DE1B Lime Green

📋 copy color: '#32DE1B'

red 50 ◦ green 222 ◦ blue 27

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

Shades of Lime Green #32DE1B

Tints of Lime Green #32DE1B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 74.25%

 BLUE value IS 27 (10.94% from 255) = 9.03%

R = 16.72%
G = 74.25%
B = 9.03%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#32DE1B (or 0x32DE1B) is known color: Lime Green. HEX triplet: 32, DE and 1B. RGB value is (50,222,27). Sum of RGB (Red+Green+Blue) = 50+222+27=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 222 (87.11% from 255 or 74.25% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 222 - color contains mainly: green. Hex color #32DE1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DE1B is #CD21E4. Grayscale: #949494. Windows color (decimal): -13443557 or 1826354. OLE color: 1826354.

HSL color Cylindrical-coordinate representation of color #32DE1B: hue angle of 112.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32DE1B is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 222 27 -
CMYK 0.77 0 0.88 0.13
HSL 112.92º 0.78% 0.49% -
HSV(B) 112.92º 0.88% 0.87% -
XYZ 27.63 53 9.81 -
YUV 148.34 59.52 57.86 -
System Red Green Blue C M Y K H S L
Decimal 50 222 27 0.77 0 0.88 0.13 112.92 0.78 0.49
Hex 32 DE 1B 4D 0 58 D 71 4E 31
Octal 62 336 33 115 0 130 15 161 116 61
Binary 110010 11011110 11011 1001101 0 1011000 1101 1110001 1001110 110001

Color Harmonies of #32DE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DE1B

Black with #32DE1B

Text Example


Text Example

White with #32DE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,222,27); }

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

background-color css

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

 a { background-color: rgb(50,222,27); }

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

border-color css

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

 span { border-color: rgb(50,222,27); }

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