Html Css Color HEX #2AF13E Lime Green

📋 copy color: '#2AF13E'

red 42 ◦ green 241 ◦ blue 62

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

Shades of Lime Green #2AF13E

Tints of Lime Green #2AF13E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.97%

R = 12.17%
G = 69.86%
B = 17.97%

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

#2AF13E (or 0x2AF13E) is known color: Lime Green. HEX triplet: 2A, F1 and 3E. RGB value is (42,241,62). Sum of RGB (Red+Green+Blue) = 42+241+62=345 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.17% from 345); Green value is 241 (94.53% from 255 or 69.86% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF13E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF13E is #D50EC1. Grayscale: #A1A1A1. Windows color (decimal): -13962946 or 4124970. OLE color: 4124970.

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

Color convert

RGB 42 241 62 -
CMYK 0.83 0 0.74 0.05
HSL 126.03º 0.88% 0.55% -
HSV(B) 126.03º 0.83% 0.95% -
XYZ 33.28 63.75 15.11 -
YUV 161.09 72.07 43.05 -
System Red Green Blue C M Y K H S L
Decimal 42 241 62 0.83 0 0.74 0.05 126.03 0.88 0.55
Hex 2A F1 3E 53 0 4A 5 7E 58 37
Octal 52 361 76 123 0 112 5 176 130 67
Binary 101010 11110001 111110 1010011 0 1001010 101 1111110 1011000 110111

Color Harmonies of #2AF13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF13E

Black with #2AF13E

Text Example


Text Example

White with #2AF13E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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