Html Css Color HEX #4BC33F Lime Green

📋 copy color: '#4BC33F'

red 75 ◦ green 195 ◦ blue 63

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

Shades of Lime Green #4BC33F

Tints of Lime Green #4BC33F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 58.56%

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

R = 22.52%
G = 58.56%
B = 18.92%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#4BC33F (or 0x4BC33F) is known color: Lime Green. HEX triplet: 4B, C3 and 3F. RGB value is (75,195,63). Sum of RGB (Red+Green+Blue) = 75+195+63=333 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.52% from 333); Green value is 195 (76.56% from 255 or 58.56% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 195 - color contains mainly: green. Hex color #4BC33F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC33F is #B43CC0. Grayscale: #909090. Windows color (decimal): -11812033 or 4178763. OLE color: 4178763.

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

Color convert

RGB 75 195 63 -
CMYK 0.62 0 0.68 0.24
HSL 114.55º 0.52% 0.51% -
HSV(B) 114.55º 0.68% 0.76% -
XYZ 23.31 40.88 11.37 -
YUV 144.07 82.24 78.73 -
System Red Green Blue C M Y K H S L
Decimal 75 195 63 0.62 0 0.68 0.24 114.55 0.52 0.51
Hex 4B C3 3F 3E 0 44 18 73 34 33
Octal 113 303 77 76 0 104 30 163 64 63
Binary 1001011 11000011 111111 111110 0 1000100 11000 1110011 110100 110011

Color Harmonies of #4BC33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC33F

Black with #4BC33F

Text Example


Text Example

White with #4BC33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,195,63); }

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

background-color css

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

 a { background-color: rgb(75,195,63); }

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

border-color css

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

 span { border-color: rgb(75,195,63); }

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