Html Css Color HEX #4BD038 Lime Green

📋 copy color: '#4BD038'

red 75 ◦ green 208 ◦ blue 56

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

Shades of Lime Green #4BD038

Tints of Lime Green #4BD038

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61.36%

 BLUE value IS 56 (22.27% from 255) = 16.52%

R = 22.12%
G = 61.36%
B = 16.52%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#4BD038 (or 0x4BD038) is known color: Lime Green. HEX triplet: 4B, D0 and 38. RGB value is (75,208,56). Sum of RGB (Red+Green+Blue) = 75+208+56=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 208 (81.64% from 255 or 61.36% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD038 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD038 is #B42FC7. Grayscale: #979797. Windows color (decimal): -11808712 or 3723339. OLE color: 3723339.

HSL color Cylindrical-coordinate representation of color #4BD038: hue angle of 112.5º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4BD038 is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 75 208 56 -
CMYK 0.64 0 0.73 0.18
HSL 112.5º 0.62% 0.52% -
HSV(B) 112.5º 0.73% 0.82% -
XYZ 26.17 46.89 11.41 -
YUV 150.91 74.44 73.86 -
System Red Green Blue C M Y K H S L
Decimal 75 208 56 0.64 0 0.73 0.18 112.5 0.62 0.52
Hex 4B D0 38 40 0 49 12 70 3E 34
Octal 113 320 70 100 0 111 22 160 76 64
Binary 1001011 11010000 111000 1000000 0 1001001 10010 1110000 111110 110100

Color Harmonies of #4BD038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BD038

Black with #4BD038

Text Example


Text Example

White with #4BD038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,208,56); }

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

background-color css

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

 a { background-color: rgb(75,208,56); }

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

border-color css

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

 span { border-color: rgb(75,208,56); }

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