Html Css Color HEX #2AEB20 Lime Green

📋 copy color: '#2AEB20'

red 42 ◦ green 235 ◦ blue 32

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

Shades of Lime Green #2AEB20

Tints of Lime Green #2AEB20

RGB

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

 GREEN value IS 235 (92.19% from 255) = 76.05%

 BLUE value IS 32 (12.89% from 255) = 10.36%

R = 13.59%
G = 76.05%
B = 10.36%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#2AEB20 (or 0x2AEB20) is known color: Lime Green. HEX triplet: 2A, EB and 20. RGB value is (42,235,32). Sum of RGB (Red+Green+Blue) = 42+235+32=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 235 (92.19% from 255 or 76.05% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 235 - color contains mainly: green. Hex color #2AEB20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AEB20 is #D514DF. Grayscale: #9A9A9A. Windows color (decimal): -13964512 or 2157354. OLE color: 2157354.

HSL color Cylindrical-coordinate representation of color #2AEB20: hue angle of 117.04º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AEB20 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 42 235 32 -
CMYK 0.82 0 0.86 0.08
HSL 117.04º 0.84% 0.52% -
HSV(B) 117.04º 0.86% 0.92% -
XYZ 30.92 60.01 11.32 -
YUV 154.15 59.06 48.01 -
System Red Green Blue C M Y K H S L
Decimal 42 235 32 0.82 0 0.86 0.08 117.04 0.84 0.52
Hex 2A EB 20 52 0 56 8 75 54 34
Octal 52 353 40 122 0 126 10 165 124 64
Binary 101010 11101011 100000 1010010 0 1010110 1000 1110101 1010100 110100

Color Harmonies of #2AEB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEB20

Black with #2AEB20

Text Example


Text Example

White with #2AEB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,235,32); }

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

background-color css

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

 a { background-color: rgb(42,235,32); }

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

border-color css

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

 span { border-color: rgb(42,235,32); }

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