Html Css Color HEX #2AF229 Lime Green

📋 copy color: '#2AF229'

red 42 ◦ green 242 ◦ blue 41

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

Shades of Lime Green #2AF229

Tints of Lime Green #2AF229

RGB

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

 GREEN value IS 242 (94.92% from 255) = 74.46%

 BLUE value IS 41 (16.41% from 255) = 12.62%

R = 12.92%
G = 74.46%
B = 12.62%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#2AF229 (or 0x2AF229) is known color: Lime Green. HEX triplet: 2A, F2 and 29. RGB value is (42,242,41). Sum of RGB (Red+Green+Blue) = 42+242+41=325 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.92% from 325); Green value is 242 (94.92% from 255 or 74.46% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 242 - color contains mainly: green. Hex color #2AF229 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF229 is #D50DD6. Grayscale: #9F9F9F. Windows color (decimal): -13962711 or 2748970. OLE color: 2748970.

HSL color Cylindrical-coordinate representation of color #2AF229: hue angle of 119.7º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF229 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 42 242 41 -
CMYK 0.83 0 0.83 0.05
HSL 119.7º 0.89% 0.55% -
HSV(B) 119.7º 0.83% 0.95% -
XYZ 33.11 64.16 12.74 -
YUV 159.29 61.24 44.34 -
System Red Green Blue C M Y K H S L
Decimal 42 242 41 0.83 0 0.83 0.05 119.7 0.89 0.55
Hex 2A F2 29 53 0 53 5 78 59 37
Octal 52 362 51 123 0 123 5 170 131 67
Binary 101010 11110010 101001 1010011 0 1010011 101 1111000 1011001 110111

Color Harmonies of #2AF229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF229

Black with #2AF229

Text Example


Text Example

White with #2AF229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,242,41); }

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

background-color css

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

 a { background-color: rgb(42,242,41); }

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

border-color css

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

 span { border-color: rgb(42,242,41); }

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