Html Css Color HEX #32D51B Lime Green

📋 copy color: '#32D51B'

red 50 ◦ green 213 ◦ blue 27

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

Shades of Lime Green #32D51B

Tints of Lime Green #32D51B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 73.45%

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

R = 17.24%
G = 73.45%
B = 9.31%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#32D51B (or 0x32D51B) is known color: Lime Green. HEX triplet: 32, D5 and 1B. RGB value is (50,213,27). Sum of RGB (Red+Green+Blue) = 50+213+27=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 213 (83.59% from 255 or 73.45% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 213 - color contains mainly: green. Hex color #32D51B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D51B is #CD2AE4. Grayscale: #8F8F8F. Windows color (decimal): -13445861 or 1824050. OLE color: 1824050.

HSL color Cylindrical-coordinate representation of color #32D51B: hue angle of 112.58º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32D51B is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 213 27 -
CMYK 0.77 0 0.87 0.16
HSL 112.58º 0.78% 0.47% -
HSV(B) 112.58º 0.87% 0.84% -
XYZ 25.31 48.35 9.03 -
YUV 143.06 62.5 61.62 -
System Red Green Blue C M Y K H S L
Decimal 50 213 27 0.77 0 0.87 0.16 112.58 0.78 0.47
Hex 32 D5 1B 4D 0 57 10 71 4E 2F
Octal 62 325 33 115 0 127 20 161 116 57
Binary 110010 11010101 11011 1001101 0 1010111 10000 1110001 1001110 101111

Color Harmonies of #32D51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D51B

Black with #32D51B

Text Example


Text Example

White with #32D51B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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