Html Css Color HEX #4BC03C Lime Green

📋 copy color: '#4BC03C'

red 75 ◦ green 192 ◦ blue 60

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

Shades of Lime Green #4BC03C

Tints of Lime Green #4BC03C

RGB

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

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

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

R = 22.94%
G = 58.72%
B = 18.35%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#4BC03C (or 0x4BC03C) is known color: Lime Green. HEX triplet: 4B, C0 and 3C. RGB value is (75,192,60). Sum of RGB (Red+Green+Blue) = 75+192+60=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 192 (75.39% from 255 or 58.72% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC03C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC03C is #B43FC3. Grayscale: #8E8E8E. Windows color (decimal): -11812804 or 3981387. OLE color: 3981387.

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

Color convert

RGB 75 192 60 -
CMYK 0.61 0 0.69 0.25
HSL 113.18º 0.52% 0.49% -
HSV(B) 113.18º 0.69% 0.75% -
XYZ 22.57 39.52 10.71 -
YUV 141.97 81.74 80.23 -
System Red Green Blue C M Y K H S L
Decimal 75 192 60 0.61 0 0.69 0.25 113.18 0.52 0.49
Hex 4B C0 3C 3D 0 45 19 71 34 31
Octal 113 300 74 75 0 105 31 161 64 61
Binary 1001011 11000000 111100 111101 0 1000101 11001 1110001 110100 110001

Color Harmonies of #4BC03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC03C

Black with #4BC03C

Text Example


Text Example

White with #4BC03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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