Html Css Color HEX #3ACB47 Lime Green

📋 copy color: '#3ACB47'

red 58 ◦ green 203 ◦ blue 71

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

Shades of Lime Green #3ACB47

Tints of Lime Green #3ACB47

RGB

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

 GREEN value IS 203 (79.69% from 255) = 61.14%

 BLUE value IS 71 (28.13% from 255) = 21.39%

R = 17.47%
G = 61.14%
B = 21.39%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#3ACB47 (or 0x3ACB47) is known color: Lime Green. HEX triplet: 3A, CB and 47. RGB value is (58,203,71). Sum of RGB (Red+Green+Blue) = 58+203+71=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 203 (79.69% from 255 or 61.14% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 203 - color contains mainly: green. Hex color #3ACB47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACB47 is #C534B8. Grayscale: #909090. Windows color (decimal): -12924089 or 4705082. OLE color: 4705082.

HSL color Cylindrical-coordinate representation of color #3ACB47: hue angle of 125.38º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ACB47 is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 203 71 -
CMYK 0.71 0 0.65 0.20
HSL 125.38º 0.58% 0.51% -
HSV(B) 125.38º 0.71% 0.8% -
XYZ 24.24 44.07 13.19 -
YUV 144.6 86.46 66.23 -
System Red Green Blue C M Y K H S L
Decimal 58 203 71 0.71 0 0.65 0.20 125.38 0.58 0.51
Hex 3A CB 47 47 0 41 14 7D 3A 33
Octal 72 313 107 107 0 101 24 175 72 63
Binary 111010 11001011 1000111 1000111 0 1000001 10100 1111101 111010 110011

Color Harmonies of #3ACB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACB47

Black with #3ACB47

Text Example


Text Example

White with #3ACB47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,203,71); }

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

background-color css

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

 a { background-color: rgb(58,203,71); }

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

border-color css

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

 span { border-color: rgb(58,203,71); }

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