Html Css Color HEX #2AF831 Lime Green

📋 copy color: '#2AF831'

red 42 ◦ green 248 ◦ blue 49

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

Shades of Lime Green #2AF831

Tints of Lime Green #2AF831

RGB

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

 GREEN value IS 248 (97.27% from 255) = 73.16%

 BLUE value IS 49 (19.53% from 255) = 14.45%

R = 12.39%
G = 73.16%
B = 14.45%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#2AF831 (or 0x2AF831) is known color: Lime Green. HEX triplet: 2A, F8 and 31. RGB value is (42,248,49). Sum of RGB (Red+Green+Blue) = 42+248+49=339 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.39% from 339); Green value is 248 (97.27% from 255 or 73.16% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 248 - color contains mainly: green. Hex color #2AF831 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF831 is #D507CE. Grayscale: #A4A4A4. Windows color (decimal): -13961167 or 3274794. OLE color: 3274794.

HSL color Cylindrical-coordinate representation of color #2AF831: hue angle of 122.04º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF831 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 42 248 49 -
CMYK 0.83 0 0.80 0.03
HSL 122.04º 0.94% 0.57% -
HSV(B) 122.04º 0.83% 0.97% -
XYZ 35.08 67.85 14.15 -
YUV 163.72 63.25 41.18 -
System Red Green Blue C M Y K H S L
Decimal 42 248 49 0.83 0 0.80 0.03 122.04 0.94 0.57
Hex 2A F8 31 53 0 50 3 7A 5E 39
Octal 52 370 61 123 0 120 3 172 136 71
Binary 101010 11111000 110001 1010011 0 1010000 11 1111010 1011110 111001

Color Harmonies of #2AF831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF831

Black with #2AF831

Text Example


Text Example

White with #2AF831

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,248,49); }

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

background-color css

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

 a { background-color: rgb(42,248,49); }

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

border-color css

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

 span { border-color: rgb(42,248,49); }

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