Html Css Color HEX #2AF13F Lime Green

📋 copy color: '#2AF13F'

red 42 ◦ green 241 ◦ blue 63

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

Shades of Lime Green #2AF13F

Tints of Lime Green #2AF13F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 69.65%

 BLUE value IS 63 (25% from 255) = 18.21%

R = 12.14%
G = 69.65%
B = 18.21%

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

#2AF13F (or 0x2AF13F) is known color: Lime Green. HEX triplet: 2A, F1 and 3F. RGB value is (42,241,63). Sum of RGB (Red+Green+Blue) = 42+241+63=346 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.14% from 346); Green value is 241 (94.53% from 255 or 69.65% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF13F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF13F is #D50EC0. Grayscale: #A1A1A1. Windows color (decimal): -13962945 or 4190506. OLE color: 4190506.

HSL color Cylindrical-coordinate representation of color #2AF13F: hue angle of 126.33º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF13F is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 42 241 63 -
CMYK 0.83 0 0.74 0.05
HSL 126.33º 0.88% 0.55% -
HSV(B) 126.33º 0.83% 0.95% -
XYZ 33.31 63.76 15.25 -
YUV 161.21 72.57 42.97 -
System Red Green Blue C M Y K H S L
Decimal 42 241 63 0.83 0 0.74 0.05 126.33 0.88 0.55
Hex 2A F1 3F 53 0 4A 5 7E 58 37
Octal 52 361 77 123 0 112 5 176 130 67
Binary 101010 11110001 111111 1010011 0 1001010 101 1111110 1011000 110111

Color Harmonies of #2AF13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF13F

Black with #2AF13F

Text Example


Text Example

White with #2AF13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,241,63); }

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

background-color css

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

 a { background-color: rgb(42,241,63); }

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

border-color css

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

 span { border-color: rgb(42,241,63); }

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