Html Css Color HEX #1AD31E Lime Green

📋 copy color: '#1AD31E'

red 26 ◦ green 211 ◦ blue 30

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

Shades of Lime Green #1AD31E

Tints of Lime Green #1AD31E

RGB

 RED value IS 26 (10.55% from 255) = 9.74%

 GREEN value IS 211 (82.81% from 255) = 79.03%

 BLUE value IS 30 (12.11% from 255) = 11.24%

R = 9.74%
G = 79.03%
B = 11.24%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#1AD31E (or 0x1AD31E) is known color: Lime Green. HEX triplet: 1A, D3 and 1E. RGB value is (26,211,30). Sum of RGB (Red+Green+Blue) = 26+211+30=267 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.74% from 267); Green value is 211 (82.81% from 255 or 79.03% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 211 - color contains mainly: green. Hex color #1AD31E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD31E is #E52CE1. Grayscale: #878787. Windows color (decimal): -15019234 or 2020122. OLE color: 2020122.

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

Color convert

RGB 26 211 30 -
CMYK 0.88 0 0.86 0.17
HSL 121.3º 0.78% 0.46% -
HSV(B) 121.3º 0.88% 0.83% -
XYZ 23.95 46.9 9.02 -
YUV 135.05 68.71 50.22 -
System Red Green Blue C M Y K H S L
Decimal 26 211 30 0.88 0 0.86 0.17 121.3 0.78 0.46
Hex 1A D3 1E 58 0 56 11 79 4E 2E
Octal 32 323 36 130 0 126 21 171 116 56
Binary 11010 11010011 11110 1011000 0 1010110 10001 1111001 1001110 101110

Color Harmonies of #1AD31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD31E

Black with #1AD31E

Text Example


Text Example

White with #1AD31E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,211,30); }

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

background-color css

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

 a { background-color: rgb(26,211,30); }

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

border-color css

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

 span { border-color: rgb(26,211,30); }

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