Html Css Color HEX #4BCB4B Lime Green

📋 copy color: '#4BCB4B'

red 75 ◦ green 203 ◦ blue 75

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

Shades of Lime Green #4BCB4B

Tints of Lime Green #4BCB4B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 57.51%

 BLUE value IS 75 (29.69% from 255) = 21.25%

R = 21.25%
G = 57.51%
B = 21.25%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#4BCB4B (or 0x4BCB4B) is known color: Lime Green. HEX triplet: 4B, CB and 4B. RGB value is (75,203,75). Sum of RGB (Red+Green+Blue) = 75+203+75=353 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.25% from 353); Green value is 203 (79.69% from 255 or 57.51% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCB4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCB4B is #B434B4. Grayscale: #969696. Windows color (decimal): -11809973 or 4967243. OLE color: 4967243.

HSL color Cylindrical-coordinate representation of color #4BCB4B: hue angle of 120º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCB4B is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 75 203 75 -
CMYK 0.63 0 0.63 0.20
HSL 120º 0.55% 0.55% -
HSV(B) 120º 0.63% 0.8% -
XYZ 25.53 44.72 13.94 -
YUV 150.14 85.59 74.41 -
System Red Green Blue C M Y K H S L
Decimal 75 203 75 0.63 0 0.63 0.20 120 0.55 0.55
Hex 4B CB 4B 3F 0 3F 14 78 37 37
Octal 113 313 113 77 0 77 24 170 67 67
Binary 1001011 11001011 1001011 111111 0 111111 10100 1111000 110111 110111

Color Harmonies of #4BCB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCB4B

Black with #4BCB4B

Text Example


Text Example

White with #4BCB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,203,75); }

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

background-color css

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

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

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

border-color css

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

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

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