Html Css Color HEX #2AF12C Lime Green

📋 copy color: '#2AF12C'

red 42 ◦ green 241 ◦ blue 44

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

Shades of Lime Green #2AF12C

Tints of Lime Green #2AF12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.46%

R = 12.84%
G = 73.7%
B = 13.46%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#2AF12C (or 0x2AF12C) is known color: Lime Green. HEX triplet: 2A, F1 and 2C. RGB value is (42,241,44). Sum of RGB (Red+Green+Blue) = 42+241+44=327 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.84% from 327); Green value is 241 (94.53% from 255 or 73.70% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF12C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF12C is #D50ED3. Grayscale: #9F9F9F. Windows color (decimal): -13962964 or 2945322. OLE color: 2945322.

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

Color convert

RGB 42 241 44 -
CMYK 0.83 0 0.82 0.05
HSL 120.6º 0.88% 0.55% -
HSV(B) 120.6º 0.83% 0.95% -
XYZ 32.86 63.58 12.92 -
YUV 159.04 63.07 44.52 -
System Red Green Blue C M Y K H S L
Decimal 42 241 44 0.83 0 0.82 0.05 120.6 0.88 0.55
Hex 2A F1 2C 53 0 52 5 79 58 37
Octal 52 361 54 123 0 122 5 171 130 67
Binary 101010 11110001 101100 1010011 0 1010010 101 1111001 1011000 110111

Color Harmonies of #2AF12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF12C

Black with #2AF12C

Text Example


Text Example

White with #2AF12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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