Html Css Color HEX #2AF242 Lime Green

📋 copy color: '#2AF242'

red 42 ◦ green 242 ◦ blue 66

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

Shades of Lime Green #2AF242

Tints of Lime Green #2AF242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.86%

R = 12%
G = 69.14%
B = 18.86%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#2AF242 (or 0x2AF242) is known color: Lime Green. HEX triplet: 2A, F2 and 42. RGB value is (42,242,66). Sum of RGB (Red+Green+Blue) = 42+242+66=350 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12% from 350); Green value is 242 (94.92% from 255 or 69.14% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 242 - color contains mainly: green. Hex color #2AF242 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF242 is #D50DBD. Grayscale: #A2A2A2. Windows color (decimal): -13962686 or 4387370. OLE color: 4387370.

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

Color convert

RGB 42 242 66 -
CMYK 0.83 0 0.73 0.05
HSL 127.2º 0.88% 0.56% -
HSV(B) 127.2º 0.83% 0.95% -
XYZ 33.69 64.39 15.81 -
YUV 162.14 73.74 42.31 -
System Red Green Blue C M Y K H S L
Decimal 42 242 66 0.83 0 0.73 0.05 127.2 0.88 0.56
Hex 2A F2 42 53 0 49 5 7F 58 38
Octal 52 362 102 123 0 111 5 177 130 70
Binary 101010 11110010 1000010 1010011 0 1001001 101 1111111 1011000 111000

Color Harmonies of #2AF242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF242

Black with #2AF242

Text Example


Text Example

White with #2AF242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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