Html Css Color HEX #2ADF1E Lime Green

📋 copy color: '#2ADF1E'

red 42 ◦ green 223 ◦ blue 30

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

Shades of Lime Green #2ADF1E

Tints of Lime Green #2ADF1E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 75.59%

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

R = 14.24%
G = 75.59%
B = 10.17%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#2ADF1E (or 0x2ADF1E) is known color: Lime Green. HEX triplet: 2A, DF and 1E. RGB value is (42,223,30). Sum of RGB (Red+Green+Blue) = 42+223+30=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 223 (87.5% from 255 or 75.59% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADF1E is #D520E1. Grayscale: #939393. Windows color (decimal): -13967586 or 2023210. OLE color: 2023210.

HSL color Cylindrical-coordinate representation of color #2ADF1E: hue angle of 116.27º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2ADF1E is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 223 30 -
CMYK 0.81 0 0.87 0.13
HSL 116.27º 0.76% 0.5% -
HSV(B) 116.27º 0.87% 0.87% -
XYZ 27.58 53.36 10.07 -
YUV 146.88 62.03 53.19 -
System Red Green Blue C M Y K H S L
Decimal 42 223 30 0.81 0 0.87 0.13 116.27 0.76 0.5
Hex 2A DF 1E 51 0 57 D 74 4C 32
Octal 52 337 36 121 0 127 15 164 114 62
Binary 101010 11011111 11110 1010001 0 1010111 1101 1110100 1001100 110010

Color Harmonies of #2ADF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADF1E

Black with #2ADF1E

Text Example


Text Example

White with #2ADF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,223,30); }

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

background-color css

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

 a { background-color: rgb(42,223,30); }

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

border-color css

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

 span { border-color: rgb(42,223,30); }

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