Html Css Color HEX #4CC13F Lime Green

📋 copy color: '#4CC13F'

red 76 ◦ green 193 ◦ blue 63

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

Shades of Lime Green #4CC13F

Tints of Lime Green #4CC13F

RGB

 RED value IS 76 (30.08% from 255) = 22.89%

 GREEN value IS 193 (75.78% from 255) = 58.13%

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

R = 22.89%
G = 58.13%
B = 18.98%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#4CC13F (or 0x4CC13F) is known color: Lime Green. HEX triplet: 4C, C1 and 3F. RGB value is (76,193,63). Sum of RGB (Red+Green+Blue) = 76+193+63=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 193 (75.78% from 255 or 58.13% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC13F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC13F is #B33EC0. Grayscale: #8F8F8F. Windows color (decimal): -11747009 or 4178252. OLE color: 4178252.

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

Color convert

RGB 76 193 63 -
CMYK 0.61 0 0.67 0.24
HSL 114º 0.51% 0.5% -
HSV(B) 114º 0.67% 0.76% -
XYZ 22.95 40.04 11.22 -
YUV 143.2 82.74 80.07 -
System Red Green Blue C M Y K H S L
Decimal 76 193 63 0.61 0 0.67 0.24 114 0.51 0.5
Hex 4C C1 3F 3D 0 43 18 72 33 32
Octal 114 301 77 75 0 103 30 162 63 62
Binary 1001100 11000001 111111 111101 0 1000011 11000 1110010 110011 110010

Color Harmonies of #4CC13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC13F

Black with #4CC13F

Text Example


Text Example

White with #4CC13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,193,63); }

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

background-color css

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

 a { background-color: rgb(76,193,63); }

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

border-color css

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

 span { border-color: rgb(76,193,63); }

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