Html Css Color HEX #2AF940 Lime Green

📋 copy color: '#2AF940'

red 42 ◦ green 249 ◦ blue 64

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

Shades of Lime Green #2AF940

Tints of Lime Green #2AF940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.03%

R = 11.83%
G = 70.14%
B = 18.03%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#2AF940 (or 0x2AF940) is known color: Lime Green. HEX triplet: 2A, F9 and 40. RGB value is (42,249,64). Sum of RGB (Red+Green+Blue) = 42+249+64=355 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.83% from 355); Green value is 249 (97.66% from 255 or 70.14% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF940 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF940 is #D506BF. Grayscale: #A6A6A6. Windows color (decimal): -13960896 or 4258090. OLE color: 4258090.

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

Color convert

RGB 42 249 64 -
CMYK 0.83 0 0.74 0.02
HSL 126.38º 0.95% 0.57% -
HSV(B) 126.38º 0.83% 0.98% -
XYZ 35.76 68.61 16.21 -
YUV 166.02 70.42 39.54 -
System Red Green Blue C M Y K H S L
Decimal 42 249 64 0.83 0 0.74 0.02 126.38 0.95 0.57
Hex 2A F9 40 53 0 4A 2 7E 5F 39
Octal 52 371 100 123 0 112 2 176 137 71
Binary 101010 11111001 1000000 1010011 0 1001010 10 1111110 1011111 111001

Color Harmonies of #2AF940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF940

Black with #2AF940

Text Example


Text Example

White with #2AF940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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