Html Css Color HEX #2AC41F Lime Green

📋 copy color: '#2AC41F'

red 42 ◦ green 196 ◦ blue 31

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

Shades of Lime Green #2AC41F

Tints of Lime Green #2AC41F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 72.86%

 BLUE value IS 31 (12.5% from 255) = 11.52%

R = 15.61%
G = 72.86%
B = 11.52%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#2AC41F (or 0x2AC41F) is known color: Lime Green. HEX triplet: 2A, C4 and 1F. RGB value is (42,196,31). Sum of RGB (Red+Green+Blue) = 42+196+31=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 196 (76.95% from 255 or 72.86% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 196 - color contains mainly: green. Hex color #2AC41F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC41F is #D53BE0. Grayscale: #838383. Windows color (decimal): -13974497 or 2081834. OLE color: 2081834.

HSL color Cylindrical-coordinate representation of color #2AC41F: hue angle of 116º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AC41F is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 42 196 31 -
CMYK 0.79 0 0.84 0.23
HSL 116º 0.73% 0.45% -
HSV(B) 116º 0.84% 0.77% -
XYZ 20.94 40.07 7.93 -
YUV 131.14 71.48 64.42 -
System Red Green Blue C M Y K H S L
Decimal 42 196 31 0.79 0 0.84 0.23 116 0.73 0.45
Hex 2A C4 1F 4F 0 54 17 74 49 2D
Octal 52 304 37 117 0 124 27 164 111 55
Binary 101010 11000100 11111 1001111 0 1010100 10111 1110100 1001001 101101

Color Harmonies of #2AC41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC41F

Black with #2AC41F

Text Example


Text Example

White with #2AC41F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,196,31); }

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

background-color css

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

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

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

border-color css

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

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

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