Html Css Color HEX #2AD02F Lime Green

📋 copy color: '#2AD02F'

red 42 ◦ green 208 ◦ blue 47

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

Shades of Lime Green #2AD02F

Tints of Lime Green #2AD02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.82%

R = 14.14%
G = 70.03%
B = 15.82%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#2AD02F (or 0x2AD02F) is known color: Lime Green. HEX triplet: 2A, D0 and 2F. RGB value is (42,208,47). Sum of RGB (Red+Green+Blue) = 42+208+47=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 208 (81.64% from 255 or 70.03% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD02F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD02F is #D52FD0. Grayscale: #8C8C8C. Windows color (decimal): -13971409 or 3133482. OLE color: 3133482.

HSL color Cylindrical-coordinate representation of color #2AD02F: hue angle of 121.81º 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 #2AD02F is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 42 208 47 -
CMYK 0.80 0 0.77 0.18
HSL 121.81º 0.66% 0.49% -
HSV(B) 121.81º 0.8% 0.82% -
XYZ 24.02 45.81 10.27 -
YUV 140.01 75.5 58.09 -
System Red Green Blue C M Y K H S L
Decimal 42 208 47 0.80 0 0.77 0.18 121.81 0.66 0.49
Hex 2A D0 2F 50 0 4D 12 7A 42 31
Octal 52 320 57 120 0 115 22 172 102 61
Binary 101010 11010000 101111 1010000 0 1001101 10010 1111010 1000010 110001

Color Harmonies of #2AD02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD02F

Black with #2AD02F

Text Example


Text Example

White with #2AD02F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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