Html Css Color HEX #32CE1B Lime Green

📋 copy color: '#32CE1B'

red 50 ◦ green 206 ◦ blue 27

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

Shades of Lime Green #32CE1B

Tints of Lime Green #32CE1B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 72.79%

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

R = 17.67%
G = 72.79%
B = 9.54%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#32CE1B (or 0x32CE1B) is known color: Lime Green. HEX triplet: 32, CE and 1B. RGB value is (50,206,27). Sum of RGB (Red+Green+Blue) = 50+206+27=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 206 (80.86% from 255 or 72.79% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 206 - color contains mainly: green. Hex color #32CE1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CE1B is #CD31E4. Grayscale: #8B8B8B. Windows color (decimal): -13447653 or 1822258. OLE color: 1822258.

HSL color Cylindrical-coordinate representation of color #32CE1B: hue angle of 112.29º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32CE1B is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 206 27 -
CMYK 0.76 0 0.87 0.19
HSL 112.29º 0.77% 0.46% -
HSV(B) 112.29º 0.87% 0.81% -
XYZ 23.58 44.9 8.46 -
YUV 138.95 64.82 64.55 -
System Red Green Blue C M Y K H S L
Decimal 50 206 27 0.76 0 0.87 0.19 112.29 0.77 0.46
Hex 32 CE 1B 4C 0 57 13 70 4D 2E
Octal 62 316 33 114 0 127 23 160 115 56
Binary 110010 11001110 11011 1001100 0 1010111 10011 1110000 1001101 101110

Color Harmonies of #32CE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CE1B

Black with #32CE1B

Text Example


Text Example

White with #32CE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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