Html Css Color HEX #2AD60B Lime Green

📋 copy color: '#2AD60B'

red 42 ◦ green 214 ◦ blue 11

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

Shades of Lime Green #2AD60B

Tints of Lime Green #2AD60B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 80.15%

 BLUE value IS 11 (4.69% from 255) = 4.12%

R = 15.73%
G = 80.15%
B = 4.12%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#2AD60B (or 0x2AD60B) is known color: Lime Green. HEX triplet: 2A, D6 and 0B. RGB value is (42,214,11). Sum of RGB (Red+Green+Blue) = 42+214+11=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 214 (83.98% from 255 or 80.15% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD60B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD60B is #D529F4. Grayscale: #8C8C8C. Windows color (decimal): -13969909 or 775722. OLE color: 775722.

HSL color Cylindrical-coordinate representation of color #2AD60B: hue angle of 110.84º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2AD60B is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 42 214 11 -
CMYK 0.80 0 0.95 0.16
HSL 110.84º 0.9% 0.44% -
HSV(B) 110.84º 0.95% 0.84% -
XYZ 25.06 48.61 8.38 -
YUV 139.43 55.52 58.51 -
System Red Green Blue C M Y K H S L
Decimal 42 214 11 0.80 0 0.95 0.16 110.84 0.9 0.44
Hex 2A D6 B 50 0 5F 10 6F 5A 2C
Octal 52 326 13 120 0 137 20 157 132 54
Binary 101010 11010110 1011 1010000 0 1011111 10000 1101111 1011010 101100

Color Harmonies of #2AD60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD60B

Black with #2AD60B

Text Example


Text Example

White with #2AD60B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,214,11); }

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

background-color css

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

 a { background-color: rgb(42,214,11); }

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

border-color css

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

 span { border-color: rgb(42,214,11); }

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