Html Css Color HEX #2AF226 Lime Green

📋 copy color: '#2AF226'

red 42 ◦ green 242 ◦ blue 38

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

Shades of Lime Green #2AF226

Tints of Lime Green #2AF226

RGB

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

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

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

R = 13.04%
G = 75.16%
B = 11.8%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#2AF226 (or 0x2AF226) is known color: Lime Green. HEX triplet: 2A, F2 and 26. RGB value is (42,242,38). Sum of RGB (Red+Green+Blue) = 42+242+38=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 242 (94.92% from 255 or 75.16% from 322); Blue value is 38 (15.23% from 255 or 11.80% from 322); Max value from RGB is 242 - color contains mainly: green. Hex color #2AF226 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF226 is #D50DD9. Grayscale: #9F9F9F. Windows color (decimal): -13962714 or 2552362. OLE color: 2552362.

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

Color convert

RGB 42 242 38 -
CMYK 0.83 0 0.84 0.05
HSL 118.82º 0.89% 0.55% -
HSV(B) 118.82º 0.84% 0.95% -
XYZ 33.06 64.14 12.47 -
YUV 158.94 59.74 44.59 -
System Red Green Blue C M Y K H S L
Decimal 42 242 38 0.83 0 0.84 0.05 118.82 0.89 0.55
Hex 2A F2 26 53 0 54 5 77 59 37
Octal 52 362 46 123 0 124 5 167 131 67
Binary 101010 11110010 100110 1010011 0 1010100 101 1110111 1011001 110111

Color Harmonies of #2AF226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF226

Black with #2AF226

Text Example


Text Example

White with #2AF226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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