Html Css Color HEX #2AF244 Lime Green

📋 copy color: '#2AF244'

red 42 ◦ green 242 ◦ blue 68

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

Shades of Lime Green #2AF244

Tints of Lime Green #2AF244

RGB

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

 GREEN value IS 242 (94.92% from 255) = 68.75%

 BLUE value IS 68 (26.95% from 255) = 19.32%

R = 11.93%
G = 68.75%
B = 19.32%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#2AF244 (or 0x2AF244) is known color: Lime Green. HEX triplet: 2A, F2 and 44. RGB value is (42,242,68). Sum of RGB (Red+Green+Blue) = 42+242+68=352 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.93% from 352); Green value is 242 (94.92% from 255 or 68.75% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 242 - color contains mainly: green. Hex color #2AF244 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF244 is #D50DBB. Grayscale: #A2A2A2. Windows color (decimal): -13962684 or 4518442. OLE color: 4518442.

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

Color convert

RGB 42 242 68 -
CMYK 0.83 0 0.72 0.05
HSL 127.8º 0.88% 0.56% -
HSV(B) 127.8º 0.83% 0.95% -
XYZ 33.75 64.41 16.12 -
YUV 162.36 74.74 42.15 -
System Red Green Blue C M Y K H S L
Decimal 42 242 68 0.83 0 0.72 0.05 127.8 0.88 0.56
Hex 2A F2 44 53 0 48 5 80 58 38
Octal 52 362 104 123 0 110 5 200 130 70
Binary 101010 11110010 1000100 1010011 0 1001000 101 10000000 1011000 111000

Color Harmonies of #2AF244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF244

Black with #2AF244

Text Example


Text Example

White with #2AF244

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,242,68); }

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

background-color css

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

 a { background-color: rgb(42,242,68); }

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

border-color css

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

 span { border-color: rgb(42,242,68); }

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