Html Css Color HEX #2AF12A Lime Green

📋 copy color: '#2AF12A'

red 42 ◦ green 241 ◦ blue 42

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

Shades of Lime Green #2AF12A

Tints of Lime Green #2AF12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.92%

R = 12.92%
G = 74.15%
B = 12.92%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#2AF12A (or 0x2AF12A) is known color: Lime Green. HEX triplet: 2A, F1 and 2A. RGB value is (42,241,42). Sum of RGB (Red+Green+Blue) = 42+241+42=325 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.92% from 325); Green value is 241 (94.53% from 255 or 74.15% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF12A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF12A is #D50ED5. Grayscale: #9F9F9F. Windows color (decimal): -13962966 or 2814250. OLE color: 2814250.

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

Color convert

RGB 42 241 42 -
CMYK 0.83 0 0.83 0.05
HSL 120º 0.88% 0.55% -
HSV(B) 120º 0.83% 0.95% -
XYZ 32.83 63.57 12.73 -
YUV 158.81 62.07 44.68 -
System Red Green Blue C M Y K H S L
Decimal 42 241 42 0.83 0 0.83 0.05 120 0.88 0.55
Hex 2A F1 2A 53 0 53 5 78 58 37
Octal 52 361 52 123 0 123 5 170 130 67
Binary 101010 11110001 101010 1010011 0 1010011 101 1111000 1011000 110111

Color Harmonies of #2AF12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF12A

Black with #2AF12A

Text Example


Text Example

White with #2AF12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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