Html Css Color HEX #4BC33D Lime Green

📋 copy color: '#4BC33D'

red 75 ◦ green 195 ◦ blue 61

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

Shades of Lime Green #4BC33D

Tints of Lime Green #4BC33D

RGB

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

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

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

R = 22.66%
G = 58.91%
B = 18.43%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#4BC33D (or 0x4BC33D) is known color: Lime Green. HEX triplet: 4B, C3 and 3D. RGB value is (75,195,61). Sum of RGB (Red+Green+Blue) = 75+195+61=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 195 (76.56% from 255 or 58.91% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 195 - color contains mainly: green. Hex color #4BC33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC33D is #B43CC2. Grayscale: #909090. Windows color (decimal): -11812035 or 4047691. OLE color: 4047691.

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

Color convert

RGB 75 195 61 -
CMYK 0.62 0 0.69 0.24
HSL 113.73º 0.53% 0.5% -
HSV(B) 113.73º 0.69% 0.76% -
XYZ 23.26 40.86 11.08 -
YUV 143.84 81.24 78.9 -
System Red Green Blue C M Y K H S L
Decimal 75 195 61 0.62 0 0.69 0.24 113.73 0.53 0.5
Hex 4B C3 3D 3E 0 45 18 72 35 32
Octal 113 303 75 76 0 105 30 162 65 62
Binary 1001011 11000011 111101 111110 0 1000101 11000 1110010 110101 110010

Color Harmonies of #4BC33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC33D

Black with #4BC33D

Text Example


Text Example

White with #4BC33D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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