Html Css Color HEX #2AF037 Lime Green

📋 copy color: '#2AF037'

red 42 ◦ green 240 ◦ blue 55

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

Shades of Lime Green #2AF037

Tints of Lime Green #2AF037

RGB

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

 GREEN value IS 240 (94.14% from 255) = 71.22%

 BLUE value IS 55 (21.88% from 255) = 16.32%

R = 12.46%
G = 71.22%
B = 16.32%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#2AF037 (or 0x2AF037) is known color: Lime Green. HEX triplet: 2A, F0 and 37. RGB value is (42,240,55). Sum of RGB (Red+Green+Blue) = 42+240+55=337 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.46% from 337); Green value is 240 (94.14% from 255 or 71.22% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 240 - color contains mainly: green. Hex color #2AF037 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF037 is #D50FC8. Grayscale: #A0A0A0. Windows color (decimal): -13963209 or 3665962. OLE color: 3665962.

HSL color Cylindrical-coordinate representation of color #2AF037: hue angle of 123.94º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AF037 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 42 240 55 -
CMYK 0.82 0 0.77 0.06
HSL 123.94º 0.87% 0.55% -
HSV(B) 123.94º 0.83% 0.94% -
XYZ 32.8 63.09 14.06 -
YUV 159.71 68.9 44.04 -
System Red Green Blue C M Y K H S L
Decimal 42 240 55 0.82 0 0.77 0.06 123.94 0.87 0.55
Hex 2A F0 37 52 0 4D 6 7C 57 37
Octal 52 360 67 122 0 115 6 174 127 67
Binary 101010 11110000 110111 1010010 0 1001101 110 1111100 1010111 110111

Color Harmonies of #2AF037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF037

Black with #2AF037

Text Example


Text Example

White with #2AF037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,240,55); }

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

background-color css

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

 a { background-color: rgb(42,240,55); }

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

border-color css

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

 span { border-color: rgb(42,240,55); }

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