Html Css Color HEX #2AD02E Lime Green

📋 copy color: '#2AD02E'

red 42 ◦ green 208 ◦ blue 46

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

Shades of Lime Green #2AD02E

Tints of Lime Green #2AD02E

RGB

 RED value IS 42 (16.8% from 255) = 14.19%

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

 BLUE value IS 46 (18.36% from 255) = 15.54%

R = 14.19%
G = 70.27%
B = 15.54%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#2AD02E (or 0x2AD02E) is known color: Lime Green. HEX triplet: 2A, D0 and 2E. RGB value is (42,208,46). Sum of RGB (Red+Green+Blue) = 42+208+46=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 208 (81.64% from 255 or 70.27% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD02E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD02E is #D52FD1. Grayscale: #8C8C8C. Windows color (decimal): -13971410 or 3067946. OLE color: 3067946.

HSL color Cylindrical-coordinate representation of color #2AD02E: hue angle of 121.45º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD02E is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 42 208 46 -
CMYK 0.80 0 0.78 0.18
HSL 121.45º 0.66% 0.49% -
HSV(B) 121.45º 0.8% 0.82% -
XYZ 24 45.8 10.16 -
YUV 139.9 75 58.17 -
System Red Green Blue C M Y K H S L
Decimal 42 208 46 0.80 0 0.78 0.18 121.45 0.66 0.49
Hex 2A D0 2E 50 0 4E 12 79 42 31
Octal 52 320 56 120 0 116 22 171 102 61
Binary 101010 11010000 101110 1010000 0 1001110 10010 1111001 1000010 110001

Color Harmonies of #2AD02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD02E

Black with #2AD02E

Text Example


Text Example

White with #2AD02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AD02E; }

 p { color: rgb(42,208,46); }

 H1.HeaderClassName
 {
   color: #2AD02E;
 }
 .AnyTagClassName
 {
   color: #2AD02E;
 }
</style>

background-color css

<style>
 a { background-color: #2AD02E; }

 a { background-color: rgb(42,208,46); }

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

border-color css

<style>
 span { border-color: #2AD02E; }

 span { border-color: rgb(42,208,46); }

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