Html Css Color HEX #2AF344 Lime Green

📋 copy color: '#2AF344'

red 42 ◦ green 243 ◦ blue 68

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

Shades of Lime Green #2AF344

Tints of Lime Green #2AF344

RGB

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

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

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

R = 11.9%
G = 68.84%
B = 19.26%

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

#2AF344 (or 0x2AF344) is known color: Lime Green. HEX triplet: 2A, F3 and 44. RGB value is (42,243,68). Sum of RGB (Red+Green+Blue) = 42+243+68=353 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.90% from 353); Green value is 243 (95.31% from 255 or 68.84% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF344 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF344 is #D50CBB. Grayscale: #A3A3A3. Windows color (decimal): -13962428 or 4518698. OLE color: 4518698.

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

Color convert

RGB 42 243 68 -
CMYK 0.83 0 0.72 0.05
HSL 127.76º 0.89% 0.56% -
HSV(B) 127.76º 0.83% 0.95% -
XYZ 34.05 65.01 16.22 -
YUV 162.95 74.41 41.73 -
System Red Green Blue C M Y K H S L
Decimal 42 243 68 0.83 0 0.72 0.05 127.76 0.89 0.56
Hex 2A F3 44 53 0 48 5 80 59 38
Octal 52 363 104 123 0 110 5 200 131 70
Binary 101010 11110011 1000100 1010011 0 1001000 101 10000000 1011001 111000

Color Harmonies of #2AF344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF344

Black with #2AF344

Text Example


Text Example

White with #2AF344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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