Html Css Color HEX #4BCF38 Lime Green

📋 copy color: '#4BCF38'

red 75 ◦ green 207 ◦ blue 56

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

Shades of Lime Green #4BCF38

Tints of Lime Green #4BCF38

RGB

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

 GREEN value IS 207 (81.25% from 255) = 61.24%

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

R = 22.19%
G = 61.24%
B = 16.57%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#4BCF38 (or 0x4BCF38) is known color: Lime Green. HEX triplet: 4B, CF and 38. RGB value is (75,207,56). Sum of RGB (Red+Green+Blue) = 75+207+56=338 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.19% from 338); Green value is 207 (81.25% from 255 or 61.24% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 207 - color contains mainly: green. Hex color #4BCF38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCF38 is #B430C7. Grayscale: #969696. Windows color (decimal): -11808968 or 3723083. OLE color: 3723083.

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

Color convert

RGB 75 207 56 -
CMYK 0.64 0 0.73 0.19
HSL 112.45º 0.61% 0.52% -
HSV(B) 112.45º 0.73% 0.81% -
XYZ 25.93 46.41 11.33 -
YUV 150.32 74.77 74.28 -
System Red Green Blue C M Y K H S L
Decimal 75 207 56 0.64 0 0.73 0.19 112.45 0.61 0.52
Hex 4B CF 38 40 0 49 13 70 3D 34
Octal 113 317 70 100 0 111 23 160 75 64
Binary 1001011 11001111 111000 1000000 0 1001001 10011 1110000 111101 110100

Color Harmonies of #4BCF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCF38

Black with #4BCF38

Text Example


Text Example

White with #4BCF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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