Html Css Color HEX #4BC238 Lime Green

📋 copy color: '#4BC238'

red 75 ◦ green 194 ◦ blue 56

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

Shades of Lime Green #4BC238

Tints of Lime Green #4BC238

RGB

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

 GREEN value IS 194 (76.17% from 255) = 59.69%

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

R = 23.08%
G = 59.69%
B = 17.23%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#4BC238 (or 0x4BC238) is known color: Lime Green. HEX triplet: 4B, C2 and 38. RGB value is (75,194,56). Sum of RGB (Red+Green+Blue) = 75+194+56=325 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.08% from 325); Green value is 194 (76.17% from 255 or 59.69% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 194 - color contains mainly: green. Hex color #4BC238 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC238 is #B43DC7. Grayscale: #8F8F8F. Windows color (decimal): -11812296 or 3719755. OLE color: 3719755.

HSL color Cylindrical-coordinate representation of color #4BC238: hue angle of 111.74º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BC238 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 75 194 56 -
CMYK 0.61 0 0.71 0.24
HSL 111.74º 0.55% 0.49% -
HSV(B) 111.74º 0.71% 0.76% -
XYZ 22.91 40.36 10.33 -
YUV 142.69 79.08 79.72 -
System Red Green Blue C M Y K H S L
Decimal 75 194 56 0.61 0 0.71 0.24 111.74 0.55 0.49
Hex 4B C2 38 3D 0 47 18 70 37 31
Octal 113 302 70 75 0 107 30 160 67 61
Binary 1001011 11000010 111000 111101 0 1000111 11000 1110000 110111 110001

Color Harmonies of #4BC238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC238

Black with #4BC238

Text Example


Text Example

White with #4BC238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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