Html Css Color HEX #2AF943 Lime Green

📋 copy color: '#2AF943'

red 42 ◦ green 249 ◦ blue 67

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

Shades of Lime Green #2AF943

Tints of Lime Green #2AF943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.72%

R = 11.73%
G = 69.55%
B = 18.72%

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

#2AF943 (or 0x2AF943) is known color: Lime Green. HEX triplet: 2A, F9 and 43. RGB value is (42,249,67). Sum of RGB (Red+Green+Blue) = 42+249+67=358 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.73% from 358); Green value is 249 (97.66% from 255 or 69.55% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF943 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF943 is #D506BC. Grayscale: #A6A6A6. Windows color (decimal): -13960893 or 4454698. OLE color: 4454698.

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

Color convert

RGB 42 249 67 -
CMYK 0.83 0 0.73 0.02
HSL 127.25º 0.95% 0.57% -
HSV(B) 127.25º 0.83% 0.98% -
XYZ 35.84 68.65 16.67 -
YUV 166.36 71.92 39.3 -
System Red Green Blue C M Y K H S L
Decimal 42 249 67 0.83 0 0.73 0.02 127.25 0.95 0.57
Hex 2A F9 43 53 0 49 2 7F 5F 39
Octal 52 371 103 123 0 111 2 177 137 71
Binary 101010 11111001 1000011 1010011 0 1001001 10 1111111 1011111 111001

Color Harmonies of #2AF943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF943

Black with #2AF943

Text Example


Text Example

White with #2AF943

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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