Html Css Color HEX #32CE14 Lime Green

📋 copy color: '#32CE14'

red 50 ◦ green 206 ◦ blue 20

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

Shades of Lime Green #32CE14

Tints of Lime Green #32CE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.25%

R = 18.12%
G = 74.64%
B = 7.25%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#32CE14 (or 0x32CE14) is known color: Lime Green. HEX triplet: 32, CE and 14. RGB value is (50,206,20). Sum of RGB (Red+Green+Blue) = 50+206+20=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 206 (80.86% from 255 or 74.64% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 206 - color contains mainly: green. Hex color #32CE14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32CE14 is #CD31EB. Grayscale: #8A8A8A. Windows color (decimal): -13447660 or 1363506. OLE color: 1363506.

HSL color Cylindrical-coordinate representation of color #32CE14: hue angle of 110.32º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32CE14 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 206 20 -
CMYK 0.76 0 0.90 0.19
HSL 110.32º 0.82% 0.44% -
HSV(B) 110.32º 0.9% 0.81% -
XYZ 23.51 44.87 8.08 -
YUV 138.15 61.32 65.12 -
System Red Green Blue C M Y K H S L
Decimal 50 206 20 0.76 0 0.90 0.19 110.32 0.82 0.44
Hex 32 CE 14 4C 0 5A 13 6E 52 2C
Octal 62 316 24 114 0 132 23 156 122 54
Binary 110010 11001110 10100 1001100 0 1011010 10011 1101110 1010010 101100

Color Harmonies of #32CE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CE14

Black with #32CE14

Text Example


Text Example

White with #32CE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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