Html Css Color HEX #4BC03D Lime Green

📋 copy color: '#4BC03D'

red 75 ◦ green 192 ◦ blue 61

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

Shades of Lime Green #4BC03D

Tints of Lime Green #4BC03D

RGB

 RED value IS 75 (29.69% from 255) = 22.87%

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

 BLUE value IS 61 (24.22% from 255) = 18.6%

R = 22.87%
G = 58.54%
B = 18.6%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#4BC03D (or 0x4BC03D) is known color: Lime Green. HEX triplet: 4B, C0 and 3D. RGB value is (75,192,61). Sum of RGB (Red+Green+Blue) = 75+192+61=328 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.87% from 328); Green value is 192 (75.39% from 255 or 58.54% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC03D is #B43FC2. Grayscale: #8E8E8E. Windows color (decimal): -11812803 or 4046923. OLE color: 4046923.

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

Color convert

RGB 75 192 61 -
CMYK 0.61 0 0.68 0.25
HSL 113.59º 0.52% 0.5% -
HSV(B) 113.59º 0.68% 0.75% -
XYZ 22.59 39.53 10.85 -
YUV 142.08 82.24 80.15 -
System Red Green Blue C M Y K H S L
Decimal 75 192 61 0.61 0 0.68 0.25 113.59 0.52 0.5
Hex 4B C0 3D 3D 0 44 19 72 34 32
Octal 113 300 75 75 0 104 31 162 64 62
Binary 1001011 11000000 111101 111101 0 1000100 11001 1110010 110100 110010

Color Harmonies of #4BC03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC03D

Black with #4BC03D

Text Example


Text Example

White with #4BC03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,192,61); }

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

background-color css

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

 a { background-color: rgb(75,192,61); }

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

border-color css

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

 span { border-color: rgb(75,192,61); }

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