Html Css Color HEX #2AF744 Lime Green

📋 copy color: '#2AF744'

red 42 ◦ green 247 ◦ blue 68

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

Shades of Lime Green #2AF744

Tints of Lime Green #2AF744

RGB

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

 GREEN value IS 247 (96.88% from 255) = 69.19%

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

R = 11.76%
G = 69.19%
B = 19.05%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#2AF744 (or 0x2AF744) is known color: Lime Green. HEX triplet: 2A, F7 and 44. RGB value is (42,247,68). Sum of RGB (Red+Green+Blue) = 42+247+68=357 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.76% from 357); Green value is 247 (96.88% from 255 or 69.19% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 247 - color contains mainly: green. Hex color #2AF744 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF744 is #D508BB. Grayscale: #A5A5A5. Windows color (decimal): -13961404 or 4519722. OLE color: 4519722.

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

Color convert

RGB 42 247 68 -
CMYK 0.83 0 0.72 0.03
HSL 127.61º 0.93% 0.57% -
HSV(B) 127.61º 0.83% 0.97% -
XYZ 35.26 67.43 16.63 -
YUV 165.3 73.08 40.05 -
System Red Green Blue C M Y K H S L
Decimal 42 247 68 0.83 0 0.72 0.03 127.61 0.93 0.57
Hex 2A F7 44 53 0 48 3 80 5D 39
Octal 52 367 104 123 0 110 3 200 135 71
Binary 101010 11110111 1000100 1010011 0 1001000 11 10000000 1011101 111001

Color Harmonies of #2AF744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF744

Black with #2AF744

Text Example


Text Example

White with #2AF744

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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