Html Css Color HEX #2AE535 Lime Green

📋 copy color: '#2AE535'

red 42 ◦ green 229 ◦ blue 53

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

Shades of Lime Green #2AE535

Tints of Lime Green #2AE535

RGB

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

 GREEN value IS 229 (89.84% from 255) = 70.68%

 BLUE value IS 53 (21.09% from 255) = 16.36%

R = 12.96%
G = 70.68%
B = 16.36%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#2AE535 (or 0x2AE535) is known color: Lime Green. HEX triplet: 2A, E5 and 35. RGB value is (42,229,53). Sum of RGB (Red+Green+Blue) = 42+229+53=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 229 (89.84% from 255 or 70.68% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 229 - color contains mainly: green. Hex color #2AE535 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE535 is #D51ACA. Grayscale: #999999. Windows color (decimal): -13966027 or 3532074. OLE color: 3532074.

HSL color Cylindrical-coordinate representation of color #2AE535: hue angle of 123.53º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE535 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 42 229 53 -
CMYK 0.82 0 0.77 0.10
HSL 123.53º 0.78% 0.53% -
HSV(B) 123.53º 0.82% 0.9% -
XYZ 29.62 56.79 12.77 -
YUV 153.02 71.55 48.81 -
System Red Green Blue C M Y K H S L
Decimal 42 229 53 0.82 0 0.77 0.10 123.53 0.78 0.53
Hex 2A E5 35 52 0 4D A 7C 4E 35
Octal 52 345 65 122 0 115 12 174 116 65
Binary 101010 11100101 110101 1010010 0 1001101 1010 1111100 1001110 110101

Color Harmonies of #2AE535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE535

Black with #2AE535

Text Example


Text Example

White with #2AE535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,229,53); }

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

background-color css

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

 a { background-color: rgb(42,229,53); }

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

border-color css

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

 span { border-color: rgb(42,229,53); }

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