Html Css Color HEX #1AD51F Lime Green

📋 copy color: '#1AD51F'

red 26 ◦ green 213 ◦ blue 31

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

Shades of Lime Green #1AD51F

Tints of Lime Green #1AD51F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 78.89%

 BLUE value IS 31 (12.5% from 255) = 11.48%

R = 9.63%
G = 78.89%
B = 11.48%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#1AD51F (or 0x1AD51F) is known color: Lime Green. HEX triplet: 1A, D5 and 1F. RGB value is (26,213,31). Sum of RGB (Red+Green+Blue) = 26+213+31=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 213 (83.59% from 255 or 78.89% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 213 - color contains mainly: green. Hex color #1AD51F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD51F is #E52AE0. Grayscale: #888888. Windows color (decimal): -15018721 or 2086170. OLE color: 2086170.

HSL color Cylindrical-coordinate representation of color #1AD51F: hue angle of 121.6º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD51F is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 26 213 31 -
CMYK 0.88 0 0.85 0.16
HSL 121.6º 0.78% 0.47% -
HSV(B) 121.6º 0.88% 0.84% -
XYZ 24.47 47.91 9.25 -
YUV 136.34 68.55 49.3 -
System Red Green Blue C M Y K H S L
Decimal 26 213 31 0.88 0 0.85 0.16 121.6 0.78 0.47
Hex 1A D5 1F 58 0 55 10 7A 4E 2F
Octal 32 325 37 130 0 125 20 172 116 57
Binary 11010 11010101 11111 1011000 0 1010101 10000 1111010 1001110 101111

Color Harmonies of #1AD51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD51F

Black with #1AD51F

Text Example


Text Example

White with #1AD51F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,213,31); }

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

background-color css

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

 a { background-color: rgb(26,213,31); }

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

border-color css

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

 span { border-color: rgb(26,213,31); }

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