Html Css Color HEX #3ACC1F Lime Green

📋 copy color: '#3ACC1F'

red 58 ◦ green 204 ◦ blue 31

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

Shades of Lime Green #3ACC1F

Tints of Lime Green #3ACC1F

RGB

 RED value IS 58 (23.05% from 255) = 19.8%

 GREEN value IS 204 (80.08% from 255) = 69.62%

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

R = 19.8%
G = 69.62%
B = 10.58%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#3ACC1F (or 0x3ACC1F) is known color: Lime Green. HEX triplet: 3A, CC and 1F. RGB value is (58,204,31). Sum of RGB (Red+Green+Blue) = 58+204+31=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 204 (80.08% from 255 or 69.62% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACC1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACC1F is #C533E0. Grayscale: #8D8D8D. Windows color (decimal): -12923873 or 2083898. OLE color: 2083898.

HSL color Cylindrical-coordinate representation of color #3ACC1F: hue angle of 110.64º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3ACC1F is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 204 31 -
CMYK 0.72 0 0.85 0.2
HSL 110.64º 0.74% 0.46% -
HSV(B) 110.64º 0.85% 0.8% -
XYZ 23.59 44.18 8.58 -
YUV 140.62 66.13 69.07 -
System Red Green Blue C M Y K H S L
Decimal 58 204 31 0.72 0 0.85 0.2 110.64 0.74 0.46
Hex 3A CC 1F 48 0 55 14 6F 4A 2E
Octal 72 314 37 110 0 125 24 157 112 56
Binary 111010 11001100 11111 1001000 0 1010101 10100 1101111 1001010 101110

Color Harmonies of #3ACC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACC1F

Black with #3ACC1F

Text Example


Text Example

White with #3ACC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3ACC1F; }

 p { color: rgb(58,204,31); }

 H1.HeaderClassName
 {
   color: #3ACC1F;
 }
 .AnyTagClassName
 {
   color: #3ACC1F;
 }
</style>

background-color css

<style>
 a { background-color: #3ACC1F; }

 a { background-color: rgb(58,204,31); }

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

border-color css

<style>
 span { border-color: #3ACC1F; }

 span { border-color: rgb(58,204,31); }

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