Html Css Color HEX #2AEA43 Lime Green

📋 copy color: '#2AEA43'

red 42 ◦ green 234 ◦ blue 67

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

Shades of Lime Green #2AEA43

Tints of Lime Green #2AEA43

RGB

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

 GREEN value IS 234 (91.8% from 255) = 68.22%

 BLUE value IS 67 (26.56% from 255) = 19.53%

R = 12.24%
G = 68.22%
B = 19.53%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#2AEA43 (or 0x2AEA43) is known color: Lime Green. HEX triplet: 2A, EA and 43. RGB value is (42,234,67). Sum of RGB (Red+Green+Blue) = 42+234+67=343 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.24% from 343); Green value is 234 (91.80% from 255 or 68.22% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 234 - color contains mainly: green. Hex color #2AEA43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AEA43 is #D515BC. Grayscale: #9E9E9E. Windows color (decimal): -13964733 or 4450858. OLE color: 4450858.

HSL color Cylindrical-coordinate representation of color #2AEA43: hue angle of 127.81º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEA43 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 42 234 67 -
CMYK 0.82 0 0.71 0.08
HSL 127.81º 0.82% 0.54% -
HSV(B) 127.81º 0.82% 0.92% -
XYZ 31.39 59.74 15.19 -
YUV 157.55 76.89 45.58 -
System Red Green Blue C M Y K H S L
Decimal 42 234 67 0.82 0 0.71 0.08 127.81 0.82 0.54
Hex 2A EA 43 52 0 47 8 80 52 36
Octal 52 352 103 122 0 107 10 200 122 66
Binary 101010 11101010 1000011 1010010 0 1000111 1000 10000000 1010010 110110

Color Harmonies of #2AEA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEA43

Black with #2AEA43

Text Example


Text Example

White with #2AEA43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,234,67); }

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

background-color css

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

 a { background-color: rgb(42,234,67); }

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

border-color css

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

 span { border-color: rgb(42,234,67); }

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