Html Css Color HEX #2AF42A Lime Green

📋 copy color: '#2AF42A'

red 42 ◦ green 244 ◦ blue 42

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

Shades of Lime Green #2AF42A

Tints of Lime Green #2AF42A

RGB

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

 GREEN value IS 244 (95.7% from 255) = 74.39%

 BLUE value IS 42 (16.8% from 255) = 12.8%

R = 12.8%
G = 74.39%
B = 12.8%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#2AF42A (or 0x2AF42A) is known color: Lime Green. HEX triplet: 2A, F4 and 2A. RGB value is (42,244,42). Sum of RGB (Red+Green+Blue) = 42+244+42=328 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.80% from 328); Green value is 244 (95.70% from 255 or 74.39% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 244 - color contains mainly: green. Hex color #2AF42A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF42A is #D50BD5. Grayscale: #A1A1A1. Windows color (decimal): -13962198 or 2815018. OLE color: 2815018.

HSL color Cylindrical-coordinate representation of color #2AF42A: hue angle of 120º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF42A is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 42 244 42 -
CMYK 0.83 0 0.83 0.04
HSL 120º 0.9% 0.56% -
HSV(B) 120º 0.83% 0.96% -
XYZ 33.72 65.36 13.03 -
YUV 160.57 61.08 43.43 -
System Red Green Blue C M Y K H S L
Decimal 42 244 42 0.83 0 0.83 0.04 120 0.9 0.56
Hex 2A F4 2A 53 0 53 4 78 5A 38
Octal 52 364 52 123 0 123 4 170 132 70
Binary 101010 11110100 101010 1010011 0 1010011 100 1111000 1011010 111000

Color Harmonies of #2AF42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF42A

Black with #2AF42A

Text Example


Text Example

White with #2AF42A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,244,42); }

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

background-color css

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

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

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

border-color css

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

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

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