Html Css Color HEX #2AF942 Lime Green

📋 copy color: '#2AF942'

red 42 ◦ green 249 ◦ blue 66

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

Shades of Lime Green #2AF942

Tints of Lime Green #2AF942

RGB

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

 GREEN value IS 249 (97.66% from 255) = 69.75%

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

R = 11.76%
G = 69.75%
B = 18.49%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#2AF942 (or 0x2AF942) is known color: Lime Green. HEX triplet: 2A, F9 and 42. RGB value is (42,249,66). Sum of RGB (Red+Green+Blue) = 42+249+66=357 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.76% from 357); Green value is 249 (97.66% from 255 or 69.75% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF942 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF942 is #D506BD. Grayscale: #A6A6A6. Windows color (decimal): -13960894 or 4389162. OLE color: 4389162.

HSL color Cylindrical-coordinate representation of color #2AF942: hue angle of 126.96º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF942 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 249 66 -
CMYK 0.83 0 0.73 0.02
HSL 126.96º 0.95% 0.57% -
HSV(B) 126.96º 0.83% 0.98% -
XYZ 35.81 68.64 16.51 -
YUV 166.25 71.42 39.38 -
System Red Green Blue C M Y K H S L
Decimal 42 249 66 0.83 0 0.73 0.02 126.96 0.95 0.57
Hex 2A F9 42 53 0 49 2 7F 5F 39
Octal 52 371 102 123 0 111 2 177 137 71
Binary 101010 11111001 1000010 1010011 0 1001001 10 1111111 1011111 111001

Color Harmonies of #2AF942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF942

Black with #2AF942

Text Example


Text Example

White with #2AF942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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