Html Css Color HEX #2AF126 Lime Green

📋 copy color: '#2AF126'

red 42 ◦ green 241 ◦ blue 38

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

Shades of Lime Green #2AF126

Tints of Lime Green #2AF126

RGB

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

 GREEN value IS 241 (94.53% from 255) = 75.08%

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

R = 13.08%
G = 75.08%
B = 11.84%

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

#2AF126 (or 0x2AF126) is known color: Lime Green. HEX triplet: 2A, F1 and 26. RGB value is (42,241,38). Sum of RGB (Red+Green+Blue) = 42+241+38=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 241 (94.53% from 255 or 75.08% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF126 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF126 is #D50ED9. Grayscale: #9E9E9E. Windows color (decimal): -13962970 or 2552106. OLE color: 2552106.

HSL color Cylindrical-coordinate representation of color #2AF126: hue angle of 118.82º degrees, saturation: 0.88, 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 #2AF126 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 42 241 38 -
CMYK 0.83 0 0.84 0.05
HSL 118.82º 0.88% 0.55% -
HSV(B) 118.82º 0.84% 0.95% -
XYZ 32.76 63.54 12.37 -
YUV 158.36 60.07 45.01 -
System Red Green Blue C M Y K H S L
Decimal 42 241 38 0.83 0 0.84 0.05 118.82 0.88 0.55
Hex 2A F1 26 53 0 54 5 77 58 37
Octal 52 361 46 123 0 124 5 167 130 67
Binary 101010 11110001 100110 1010011 0 1010100 101 1110111 1011000 110111

Color Harmonies of #2AF126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF126

Black with #2AF126

Text Example


Text Example

White with #2AF126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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