Html Css Color HEX #2AE73D Lime Green

📋 copy color: '#2AE73D'

red 42 ◦ green 231 ◦ blue 61

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

Shades of Lime Green #2AE73D

Tints of Lime Green #2AE73D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.26%

R = 12.57%
G = 69.16%
B = 18.26%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#2AE73D (or 0x2AE73D) is known color: Lime Green. HEX triplet: 2A, E7 and 3D. RGB value is (42,231,61). Sum of RGB (Red+Green+Blue) = 42+231+61=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 231 (90.62% from 255 or 69.16% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 231 - color contains mainly: green. Hex color #2AE73D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AE73D is #D518C2. Grayscale: #9B9B9B. Windows color (decimal): -13965507 or 4056874. OLE color: 4056874.

HSL color Cylindrical-coordinate representation of color #2AE73D: hue angle of 126.03º 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 #2AE73D is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 42 231 61 -
CMYK 0.82 0 0.74 0.09
HSL 126.03º 0.8% 0.54% -
HSV(B) 126.03º 0.82% 0.91% -
XYZ 30.37 57.98 14.01 -
YUV 155.11 74.88 47.32 -
System Red Green Blue C M Y K H S L
Decimal 42 231 61 0.82 0 0.74 0.09 126.03 0.8 0.54
Hex 2A E7 3D 52 0 4A 9 7E 50 36
Octal 52 347 75 122 0 112 11 176 120 66
Binary 101010 11100111 111101 1010010 0 1001010 1001 1111110 1010000 110110

Color Harmonies of #2AE73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE73D

Black with #2AE73D

Text Example


Text Example

White with #2AE73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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