Html Css Color HEX #2AF337 Lime Green

📋 copy color: '#2AF337'

red 42 ◦ green 243 ◦ blue 55

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

Shades of Lime Green #2AF337

Tints of Lime Green #2AF337

RGB

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

 GREEN value IS 243 (95.31% from 255) = 71.47%

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

R = 12.35%
G = 71.47%
B = 16.18%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#2AF337 (or 0x2AF337) is known color: Lime Green. HEX triplet: 2A, F3 and 37. RGB value is (42,243,55). Sum of RGB (Red+Green+Blue) = 42+243+55=340 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.35% from 340); Green value is 243 (95.31% from 255 or 71.47% from 340); Blue value is 55 (21.88% from 255 or 16.18% from 340); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF337 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF337 is #D50CC8. Grayscale: #A2A2A2. Windows color (decimal): -13962441 or 3666730. OLE color: 3666730.

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

Color convert

RGB 42 243 55 -
CMYK 0.83 0 0.77 0.05
HSL 123.88º 0.89% 0.56% -
HSV(B) 123.88º 0.83% 0.95% -
XYZ 33.7 64.87 14.36 -
YUV 161.47 67.91 42.79 -
System Red Green Blue C M Y K H S L
Decimal 42 243 55 0.83 0 0.77 0.05 123.88 0.89 0.56
Hex 2A F3 37 53 0 4D 5 7C 59 38
Octal 52 363 67 123 0 115 5 174 131 70
Binary 101010 11110011 110111 1010011 0 1001101 101 1111100 1011001 111000

Color Harmonies of #2AF337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF337

Black with #2AF337

Text Example


Text Example

White with #2AF337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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