Html Css Color HEX #2AF12D Lime Green

📋 copy color: '#2AF12D'

red 42 ◦ green 241 ◦ blue 45

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

Shades of Lime Green #2AF12D

Tints of Lime Green #2AF12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.72%

R = 12.8%
G = 73.48%
B = 13.72%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#2AF12D (or 0x2AF12D) is known color: Lime Green. HEX triplet: 2A, F1 and 2D. RGB value is (42,241,45). Sum of RGB (Red+Green+Blue) = 42+241+45=328 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.80% from 328); Green value is 241 (94.53% from 255 or 73.48% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF12D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF12D is #D50ED2. Grayscale: #9F9F9F. Windows color (decimal): -13962963 or 3010858. OLE color: 3010858.

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

Color convert

RGB 42 241 45 -
CMYK 0.83 0 0.81 0.05
HSL 120.9º 0.88% 0.55% -
HSV(B) 120.9º 0.83% 0.95% -
XYZ 32.88 63.59 13.02 -
YUV 159.16 63.57 44.44 -
System Red Green Blue C M Y K H S L
Decimal 42 241 45 0.83 0 0.81 0.05 120.9 0.88 0.55
Hex 2A F1 2D 53 0 51 5 79 58 37
Octal 52 361 55 123 0 121 5 171 130 67
Binary 101010 11110001 101101 1010011 0 1010001 101 1111001 1011000 110111

Color Harmonies of #2AF12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF12D

Black with #2AF12D

Text Example


Text Example

White with #2AF12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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