Html Css Color HEX #2AEA46 Lime Green

📋 copy color: '#2AEA46'

red 42 ◦ green 234 ◦ blue 70

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

Shades of Lime Green #2AEA46

Tints of Lime Green #2AEA46

RGB

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

 GREEN value IS 234 (91.8% from 255) = 67.63%

 BLUE value IS 70 (27.73% from 255) = 20.23%

R = 12.14%
G = 67.63%
B = 20.23%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#2AEA46 (or 0x2AEA46) is known color: Lime Green. HEX triplet: 2A, EA and 46. RGB value is (42,234,70). Sum of RGB (Red+Green+Blue) = 42+234+70=346 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.14% from 346); Green value is 234 (91.80% from 255 or 67.63% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 234 - color contains mainly: green. Hex color #2AEA46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AEA46 is #D515B9. Grayscale: #9E9E9E. Windows color (decimal): -13964730 or 4647466. OLE color: 4647466.

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

Color convert

RGB 42 234 70 -
CMYK 0.82 0 0.70 0.08
HSL 128.75º 0.82% 0.54% -
HSV(B) 128.75º 0.82% 0.92% -
XYZ 31.48 59.78 15.67 -
YUV 157.9 78.39 45.34 -
System Red Green Blue C M Y K H S L
Decimal 42 234 70 0.82 0 0.70 0.08 128.75 0.82 0.54
Hex 2A EA 46 52 0 46 8 81 52 36
Octal 52 352 106 122 0 106 10 201 122 66
Binary 101010 11101010 1000110 1010010 0 1000110 1000 10000001 1010010 110110

Color Harmonies of #2AEA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEA46

Black with #2AEA46

Text Example


Text Example

White with #2AEA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,234,70); }

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

background-color css

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

 a { background-color: rgb(42,234,70); }

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

border-color css

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

 span { border-color: rgb(42,234,70); }

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