Html Css Color HEX #2AE726 Lime Green

📋 copy color: '#2AE726'

red 42 ◦ green 231 ◦ blue 38

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

Shades of Lime Green #2AE726

Tints of Lime Green #2AE726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.22%

R = 13.5%
G = 74.28%
B = 12.22%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#2AE726 (or 0x2AE726) is known color: Lime Green. HEX triplet: 2A, E7 and 26. RGB value is (42,231,38). Sum of RGB (Red+Green+Blue) = 42+231+38=311 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.50% from 311); Green value is 231 (90.62% from 255 or 74.28% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 231 - color contains mainly: green. Hex color #2AE726 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AE726 is #D518D9. Grayscale: #999999. Windows color (decimal): -13965530 or 2549546. OLE color: 2549546.

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

Color convert

RGB 42 231 38 -
CMYK 0.82 0 0.84 0.09
HSL 118.76º 0.8% 0.53% -
HSV(B) 118.76º 0.84% 0.91% -
XYZ 29.88 57.78 11.41 -
YUV 152.49 63.38 49.19 -
System Red Green Blue C M Y K H S L
Decimal 42 231 38 0.82 0 0.84 0.09 118.76 0.8 0.53
Hex 2A E7 26 52 0 54 9 77 50 35
Octal 52 347 46 122 0 124 11 167 120 65
Binary 101010 11100111 100110 1010010 0 1010100 1001 1110111 1010000 110101

Color Harmonies of #2AE726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE726

Black with #2AE726

Text Example


Text Example

White with #2AE726

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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