Html Css Color HEX #1EDE27 Lime Green

📋 copy color: '#1EDE27'

red 30 ◦ green 222 ◦ blue 39

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

Shades of Lime Green #1EDE27

Tints of Lime Green #1EDE27

RGB

 RED value IS 30 (12.11% from 255) = 10.31%

 GREEN value IS 222 (87.11% from 255) = 76.29%

 BLUE value IS 39 (15.63% from 255) = 13.4%

R = 10.31%
G = 76.29%
B = 13.4%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#1EDE27 (or 0x1EDE27) is known color: Lime Green. HEX triplet: 1E, DE and 27. RGB value is (30,222,39). Sum of RGB (Red+Green+Blue) = 30+222+39=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 222 (87.11% from 255 or 76.29% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDE27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDE27 is #E121D8. Grayscale: #909090. Windows color (decimal): -14754265 or 2612766. OLE color: 2612766.

HSL color Cylindrical-coordinate representation of color #1EDE27: hue angle of 122.81º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDE27 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 222 39 -
CMYK 0.86 0 0.82 0.13
HSL 122.81º 0.76% 0.49% -
HSV(B) 122.81º 0.86% 0.87% -
XYZ 27.02 52.67 10.66 -
YUV 143.73 68.89 46.88 -
System Red Green Blue C M Y K H S L
Decimal 30 222 39 0.86 0 0.82 0.13 122.81 0.76 0.49
Hex 1E DE 27 56 0 52 D 7B 4C 31
Octal 36 336 47 126 0 122 15 173 114 61
Binary 11110 11011110 100111 1010110 0 1010010 1101 1111011 1001100 110001

Color Harmonies of #1EDE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDE27

Black with #1EDE27

Text Example


Text Example

White with #1EDE27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,222,39); }

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

background-color css

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

 a { background-color: rgb(30,222,39); }

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

border-color css

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

 span { border-color: rgb(30,222,39); }

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