Html Css Color HEX #2ADE2B Lime Green

📋 copy color: '#2ADE2B'

red 42 ◦ green 222 ◦ blue 43

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

Shades of Lime Green #2ADE2B

Tints of Lime Green #2ADE2B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 72.31%

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

R = 13.68%
G = 72.31%
B = 14.01%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#2ADE2B (or 0x2ADE2B) is known color: Lime Green. HEX triplet: 2A, DE and 2B. RGB value is (42,222,43). Sum of RGB (Red+Green+Blue) = 42+222+43=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 222 (87.11% from 255 or 72.31% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADE2B is #D521D4. Grayscale: #949494. Windows color (decimal): -13967829 or 2874922. OLE color: 2874922.

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

Color convert

RGB 42 222 43 -
CMYK 0.81 0 0.81 0.13
HSL 120.33º 0.73% 0.52% -
HSV(B) 120.33º 0.81% 0.87% -
XYZ 27.51 52.91 11.05 -
YUV 147.77 68.87 52.55 -
System Red Green Blue C M Y K H S L
Decimal 42 222 43 0.81 0 0.81 0.13 120.33 0.73 0.52
Hex 2A DE 2B 51 0 51 D 78 49 34
Octal 52 336 53 121 0 121 15 170 111 64
Binary 101010 11011110 101011 1010001 0 1010001 1101 1111000 1001001 110100

Color Harmonies of #2ADE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADE2B

Black with #2ADE2B

Text Example


Text Example

White with #2ADE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,222,43); }

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

background-color css

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

 a { background-color: rgb(42,222,43); }

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

border-color css

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

 span { border-color: rgb(42,222,43); }

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