Html Css Color HEX #4ABC3F Lime Green

📋 copy color: '#4ABC3F'

red 74 ◦ green 188 ◦ blue 63

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

Shades of Lime Green #4ABC3F

Tints of Lime Green #4ABC3F

RGB

 RED value IS 74 (29.3% from 255) = 22.77%

 GREEN value IS 188 (73.83% from 255) = 57.85%

 BLUE value IS 63 (25% from 255) = 19.38%

R = 22.77%
G = 57.85%
B = 19.38%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#4ABC3F (or 0x4ABC3F) is known color: Lime Green. HEX triplet: 4A, BC and 3F. RGB value is (74,188,63). Sum of RGB (Red+Green+Blue) = 74+188+63=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABC3F is #B543C0. Grayscale: #8C8C8C. Windows color (decimal): -11879361 or 4176970. OLE color: 4176970.

HSL color Cylindrical-coordinate representation of color #4ABC3F: hue angle of 114.72º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ABC3F is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 188 63 -
CMYK 0.61 0 0.66 0.26
HSL 114.72º 0.5% 0.49% -
HSV(B) 114.72º 0.66% 0.74% -
XYZ 21.7 37.78 10.85 -
YUV 139.66 84.73 81.16 -
System Red Green Blue C M Y K H S L
Decimal 74 188 63 0.61 0 0.66 0.26 114.72 0.5 0.49
Hex 4A BC 3F 3D 0 42 1A 73 32 31
Octal 112 274 77 75 0 102 32 163 62 61
Binary 1001010 10111100 111111 111101 0 1000010 11010 1110011 110010 110001

Color Harmonies of #4ABC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABC3F

Black with #4ABC3F

Text Example


Text Example

White with #4ABC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4ABC3F; }

 p { color: rgb(74,188,63); }

 H1.HeaderClassName
 {
   color: #4ABC3F;
 }
 .AnyTagClassName
 {
   color: #4ABC3F;
 }
</style>

background-color css

<style>
 a { background-color: #4ABC3F; }

 a { background-color: rgb(74,188,63); }

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

border-color css

<style>
 span { border-color: #4ABC3F; }

 span { border-color: rgb(74,188,63); }

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