Html Css Color HEX #3ACB3C Lime Green

📋 copy color: '#3ACB3C'

red 58 ◦ green 203 ◦ blue 60

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

Shades of Lime Green #3ACB3C

Tints of Lime Green #3ACB3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.69%

R = 18.07%
G = 63.24%
B = 18.69%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#3ACB3C (or 0x3ACB3C) is known color: Lime Green. HEX triplet: 3A, CB and 3C. RGB value is (58,203,60). Sum of RGB (Red+Green+Blue) = 58+203+60=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 203 (79.69% from 255 or 63.24% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 203 - color contains mainly: green. Hex color #3ACB3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACB3C is #C534C3. Grayscale: #8F8F8F. Windows color (decimal): -12924100 or 3984186. OLE color: 3984186.

HSL color Cylindrical-coordinate representation of color #3ACB3C: hue angle of 120.83º 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 #3ACB3C is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 203 60 -
CMYK 0.71 0 0.70 0.20
HSL 120.83º 0.58% 0.51% -
HSV(B) 120.83º 0.71% 0.8% -
XYZ 23.92 43.94 11.5 -
YUV 143.34 80.96 67.13 -
System Red Green Blue C M Y K H S L
Decimal 58 203 60 0.71 0 0.70 0.20 120.83 0.58 0.51
Hex 3A CB 3C 47 0 46 14 79 3A 33
Octal 72 313 74 107 0 106 24 171 72 63
Binary 111010 11001011 111100 1000111 0 1000110 10100 1111001 111010 110011

Color Harmonies of #3ACB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACB3C

Black with #3ACB3C

Text Example


Text Example

White with #3ACB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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