Html Css Color HEX #1AD02B Lime Green

📋 copy color: '#1AD02B'

red 26 ◦ green 208 ◦ blue 43

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

Shades of Lime Green #1AD02B

Tints of Lime Green #1AD02B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 75.09%

 BLUE value IS 43 (17.19% from 255) = 15.52%

R = 9.39%
G = 75.09%
B = 15.52%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#1AD02B (or 0x1AD02B) is known color: Lime Green. HEX triplet: 1A, D0 and 2B. RGB value is (26,208,43). Sum of RGB (Red+Green+Blue) = 26+208+43=277 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.39% from 277); Green value is 208 (81.64% from 255 or 75.09% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD02B is #E52FD4. Grayscale: #878787. Windows color (decimal): -15019989 or 2871322. OLE color: 2871322.

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

Color convert

RGB 26 208 43 -
CMYK 0.88 0 0.79 0.18
HSL 125.6º 0.78% 0.46% -
HSV(B) 125.6º 0.88% 0.82% -
XYZ 23.42 45.51 9.83 -
YUV 134.77 76.2 50.42 -
System Red Green Blue C M Y K H S L
Decimal 26 208 43 0.88 0 0.79 0.18 125.6 0.78 0.46
Hex 1A D0 2B 58 0 4F 12 7E 4E 2E
Octal 32 320 53 130 0 117 22 176 116 56
Binary 11010 11010000 101011 1011000 0 1001111 10010 1111110 1001110 101110

Color Harmonies of #1AD02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD02B

Black with #1AD02B

Text Example


Text Example

White with #1AD02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,208,43); }

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

background-color css

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

 a { background-color: rgb(26,208,43); }

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

border-color css

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

 span { border-color: rgb(26,208,43); }

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