Html Css Color HEX #1CE020 Lime Green

📋 copy color: '#1CE020'

red 28 ◦ green 224 ◦ blue 32

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

Shades of Lime Green #1CE020

Tints of Lime Green #1CE020

RGB

 RED value IS 28 (11.33% from 255) = 9.86%

 GREEN value IS 224 (87.89% from 255) = 78.87%

 BLUE value IS 32 (12.89% from 255) = 11.27%

R = 9.86%
G = 78.87%
B = 11.27%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#1CE020 (or 0x1CE020) is known color: Lime Green. HEX triplet: 1C, E0 and 20. RGB value is (28,224,32). Sum of RGB (Red+Green+Blue) = 28+224+32=284 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.86% from 284); Green value is 224 (87.89% from 255 or 78.87% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 224 - color contains mainly: green. Hex color #1CE020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE020 is #E31FDF. Grayscale: #909090. Windows color (decimal): -14884832 or 2154524. OLE color: 2154524.

HSL color Cylindrical-coordinate representation of color #1CE020: hue angle of 121.22º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE020 is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 28 224 32 -
CMYK 0.88 0 0.86 0.12
HSL 121.22º 0.78% 0.49% -
HSV(B) 121.22º 0.88% 0.88% -
XYZ 27.4 53.66 10.28 -
YUV 143.51 65.07 45.61 -
System Red Green Blue C M Y K H S L
Decimal 28 224 32 0.88 0 0.86 0.12 121.22 0.78 0.49
Hex 1C E0 20 58 0 56 C 79 4E 31
Octal 34 340 40 130 0 126 14 171 116 61
Binary 11100 11100000 100000 1011000 0 1010110 1100 1111001 1001110 110001

Color Harmonies of #1CE020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE020

Black with #1CE020

Text Example


Text Example

White with #1CE020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CE020; }

 p { color: rgb(28,224,32); }

 H1.HeaderClassName
 {
   color: #1CE020;
 }
 .AnyTagClassName
 {
   color: #1CE020;
 }
</style>

background-color css

<style>
 a { background-color: #1CE020; }

 a { background-color: rgb(28,224,32); }

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

border-color css

<style>
 span { border-color: #1CE020; }

 span { border-color: rgb(28,224,32); }

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