Html Css Color HEX #4AC03F Lime Green

📋 copy color: '#4AC03F'

red 74 ◦ green 192 ◦ blue 63

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

Shades of Lime Green #4AC03F

Tints of Lime Green #4AC03F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 58.36%

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

R = 22.49%
G = 58.36%
B = 19.15%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#4AC03F (or 0x4AC03F) is known color: Lime Green. HEX triplet: 4A, C0 and 3F. RGB value is (74,192,63). Sum of RGB (Red+Green+Blue) = 74+192+63=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 192 (75.39% from 255 or 58.36% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC03F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC03F is #B53FC0. Grayscale: #8E8E8E. Windows color (decimal): -11878337 or 4177994. OLE color: 4177994.

HSL color Cylindrical-coordinate representation of color #4AC03F: hue angle of 114.88º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AC03F is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 192 63 -
CMYK 0.61 0 0.67 0.25
HSL 114.88º 0.51% 0.5% -
HSV(B) 114.88º 0.67% 0.75% -
XYZ 22.57 39.51 11.14 -
YUV 142.01 83.41 79.49 -
System Red Green Blue C M Y K H S L
Decimal 74 192 63 0.61 0 0.67 0.25 114.88 0.51 0.5
Hex 4A C0 3F 3D 0 43 19 73 33 32
Octal 112 300 77 75 0 103 31 163 63 62
Binary 1001010 11000000 111111 111101 0 1000011 11001 1110011 110011 110010

Color Harmonies of #4AC03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC03F

Black with #4AC03F

Text Example


Text Example

White with #4AC03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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