Html Css Color HEX #2AE044 Lime Green

📋 copy color: '#2AE044'

red 42 ◦ green 224 ◦ blue 68

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

Shades of Lime Green #2AE044

Tints of Lime Green #2AE044

RGB

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

 GREEN value IS 224 (87.89% from 255) = 67.07%

 BLUE value IS 68 (26.95% from 255) = 20.36%

R = 12.57%
G = 67.07%
B = 20.36%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#2AE044 (or 0x2AE044) is known color: Lime Green. HEX triplet: 2A, E0 and 44. RGB value is (42,224,68). Sum of RGB (Red+Green+Blue) = 42+224+68=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 224 (87.89% from 255 or 67.07% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 224 - color contains mainly: green. Hex color #2AE044 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE044 is #D51FBB. Grayscale: #989898. Windows color (decimal): -13967292 or 4513834. OLE color: 4513834.

HSL color Cylindrical-coordinate representation of color #2AE044: hue angle of 128.57º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE044 is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 42 224 68 -
CMYK 0.81 0 0.70 0.12
HSL 128.57º 0.75% 0.52% -
HSV(B) 128.57º 0.81% 0.88% -
XYZ 28.65 54.22 14.42 -
YUV 151.8 80.7 49.68 -
System Red Green Blue C M Y K H S L
Decimal 42 224 68 0.81 0 0.70 0.12 128.57 0.75 0.52
Hex 2A E0 44 51 0 46 C 81 4B 34
Octal 52 340 104 121 0 106 14 201 113 64
Binary 101010 11100000 1000100 1010001 0 1000110 1100 10000001 1001011 110100

Color Harmonies of #2AE044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE044

Black with #2AE044

Text Example


Text Example

White with #2AE044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,224,68); }

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

background-color css

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

 a { background-color: rgb(42,224,68); }

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

border-color css

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

 span { border-color: rgb(42,224,68); }

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