Html Css Color HEX #2AF340 Lime Green

📋 copy color: '#2AF340'

red 42 ◦ green 243 ◦ blue 64

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

Shades of Lime Green #2AF340

Tints of Lime Green #2AF340

RGB

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

 GREEN value IS 243 (95.31% from 255) = 69.63%

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

R = 12.03%
G = 69.63%
B = 18.34%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#2AF340 (or 0x2AF340) is known color: Lime Green. HEX triplet: 2A, F3 and 40. RGB value is (42,243,64). Sum of RGB (Red+Green+Blue) = 42+243+64=349 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.03% from 349); Green value is 243 (95.31% from 255 or 69.63% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF340 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF340 is #D50CBF. Grayscale: #A3A3A3. Windows color (decimal): -13962432 or 4256554. OLE color: 4256554.

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

Color convert

RGB 42 243 64 -
CMYK 0.83 0 0.74 0.05
HSL 126.57º 0.89% 0.56% -
HSV(B) 126.57º 0.83% 0.95% -
XYZ 33.93 64.96 15.6 -
YUV 162.5 72.41 42.05 -
System Red Green Blue C M Y K H S L
Decimal 42 243 64 0.83 0 0.74 0.05 126.57 0.89 0.56
Hex 2A F3 40 53 0 4A 5 7F 59 38
Octal 52 363 100 123 0 112 5 177 131 70
Binary 101010 11110011 1000000 1010011 0 1001010 101 1111111 1011001 111000

Color Harmonies of #2AF340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF340

Black with #2AF340

Text Example


Text Example

White with #2AF340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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