Html Css Color HEX #4BBC3D Lime Green

📋 copy color: '#4BBC3D'

red 75 ◦ green 188 ◦ blue 61

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

Shades of Lime Green #4BBC3D

Tints of Lime Green #4BBC3D

RGB

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

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

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

R = 23.15%
G = 58.02%
B = 18.83%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#4BBC3D (or 0x4BBC3D) is known color: Lime Green. HEX triplet: 4B, BC and 3D. RGB value is (75,188,61). Sum of RGB (Red+Green+Blue) = 75+188+61=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBC3D is #B443C2. Grayscale: #8C8C8C. Windows color (decimal): -11813827 or 4045899. OLE color: 4045899.

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

Color convert

RGB 75 188 61 -
CMYK 0.60 0 0.68 0.26
HSL 113.39º 0.51% 0.49% -
HSV(B) 113.39º 0.68% 0.74% -
XYZ 21.73 37.8 10.57 -
YUV 139.74 83.56 81.83 -
System Red Green Blue C M Y K H S L
Decimal 75 188 61 0.60 0 0.68 0.26 113.39 0.51 0.49
Hex 4B BC 3D 3C 0 44 1A 71 33 31
Octal 113 274 75 74 0 104 32 161 63 61
Binary 1001011 10111100 111101 111100 0 1000100 11010 1110001 110011 110001

Color Harmonies of #4BBC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBC3D

Black with #4BBC3D

Text Example


Text Example

White with #4BBC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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