Html Css Color HEX #32CE15 Lime Green

📋 copy color: '#32CE15'

red 50 ◦ green 206 ◦ blue 21

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

Shades of Lime Green #32CE15

Tints of Lime Green #32CE15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.58%

R = 18.05%
G = 74.37%
B = 7.58%

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

#32CE15 (or 0x32CE15) is known color: Lime Green. HEX triplet: 32, CE and 15. RGB value is (50,206,21). Sum of RGB (Red+Green+Blue) = 50+206+21=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 206 (80.86% from 255 or 74.37% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 206 - color contains mainly: green. Hex color #32CE15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32CE15 is #CD31EA. Grayscale: #8A8A8A. Windows color (decimal): -13447659 or 1429042. OLE color: 1429042.

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

Color convert

RGB 50 206 21 -
CMYK 0.76 0 0.90 0.19
HSL 110.59º 0.81% 0.45% -
HSV(B) 110.59º 0.9% 0.81% -
XYZ 23.52 44.87 8.13 -
YUV 138.27 61.82 65.04 -
System Red Green Blue C M Y K H S L
Decimal 50 206 21 0.76 0 0.90 0.19 110.59 0.81 0.45
Hex 32 CE 15 4C 0 5A 13 6F 51 2D
Octal 62 316 25 114 0 132 23 157 121 55
Binary 110010 11001110 10101 1001100 0 1011010 10011 1101111 1010001 101101

Color Harmonies of #32CE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CE15

Black with #32CE15

Text Example


Text Example

White with #32CE15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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