Html Css Color HEX #2AF140 Lime Green

📋 copy color: '#2AF140'

red 42 ◦ green 241 ◦ blue 64

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

Shades of Lime Green #2AF140

Tints of Lime Green #2AF140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.44%

R = 12.1%
G = 69.45%
B = 18.44%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#2AF140 (or 0x2AF140) is known color: Lime Green. HEX triplet: 2A, F1 and 40. RGB value is (42,241,64). Sum of RGB (Red+Green+Blue) = 42+241+64=347 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.10% from 347); Green value is 241 (94.53% from 255 or 69.45% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF140 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF140 is #D50EBF. Grayscale: #A1A1A1. Windows color (decimal): -13962944 or 4256042. OLE color: 4256042.

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

Color convert

RGB 42 241 64 -
CMYK 0.83 0 0.73 0.05
HSL 126.63º 0.88% 0.55% -
HSV(B) 126.63º 0.83% 0.95% -
XYZ 33.34 63.77 15.4 -
YUV 161.32 73.07 42.89 -
System Red Green Blue C M Y K H S L
Decimal 42 241 64 0.83 0 0.73 0.05 126.63 0.88 0.55
Hex 2A F1 40 53 0 49 5 7F 58 37
Octal 52 361 100 123 0 111 5 177 130 67
Binary 101010 11110001 1000000 1010011 0 1001001 101 1111111 1011000 110111

Color Harmonies of #2AF140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF140

Black with #2AF140

Text Example


Text Example

White with #2AF140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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