Html Css Color HEX #2AE735 Lime Green

📋 copy color: '#2AE735'

red 42 ◦ green 231 ◦ blue 53

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

Shades of Lime Green #2AE735

Tints of Lime Green #2AE735

RGB

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

 GREEN value IS 231 (90.63% from 255) = 70.86%

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

R = 12.88%
G = 70.86%
B = 16.26%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#2AE735 (or 0x2AE735) is known color: Lime Green. HEX triplet: 2A, E7 and 35. RGB value is (42,231,53). Sum of RGB (Red+Green+Blue) = 42+231+53=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 231 (90.62% from 255 or 70.86% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 231 - color contains mainly: green. Hex color #2AE735 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AE735 is #D518CA. Grayscale: #9A9A9A. Windows color (decimal): -13965515 or 3532586. OLE color: 3532586.

HSL color Cylindrical-coordinate representation of color #2AE735: hue angle of 123.49º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE735 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB 42 231 53 -
CMYK 0.82 0 0.77 0.09
HSL 123.49º 0.8% 0.54% -
HSV(B) 123.49º 0.82% 0.91% -
XYZ 30.17 57.9 12.95 -
YUV 154.2 70.88 47.97 -
System Red Green Blue C M Y K H S L
Decimal 42 231 53 0.82 0 0.77 0.09 123.49 0.8 0.54
Hex 2A E7 35 52 0 4D 9 7B 50 36
Octal 52 347 65 122 0 115 11 173 120 66
Binary 101010 11100111 110101 1010010 0 1001101 1001 1111011 1010000 110110

Color Harmonies of #2AE735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE735

Black with #2AE735

Text Example


Text Example

White with #2AE735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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