#4BBC1B

Color #4BBC1B Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #4BBC1B

Tints of Kelly Green #4BBC1B

Color information

#4BBC1B (or 0x4BBC1B) is unknown color: approx Kelly Green. HEX triplet: 4B, BC and 1B. RGB value is (75,188,27). Sum of RGB (Red+Green+Blue) = 75+188+27=290 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.86% from 290); Green value is 188 (73.83% from 255 or 64.83% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBC1B is #B443E4. Grayscale: #888888. Windows color (decimal): -11813861 or 1817675. OLE color: 1817675.

HSL color Cylindrical-coordinate representation of color #4BBC1B: hue angle of 102.11º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4BBC1B is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB7518827-
CMYK0.6000.860.26
HSL102.11º74.88%42.16%-
HSV(B)102.11º85.64%73.73%-
XYZ21.0837.547.17-
YUV135.8666.5684.59-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.86%
GREEN value IS 188 (73.83% from 255) = 64.83%
BLUE value IS 27 (10.94% from 255) = 9.31%
R=25.86%
G=64.83%
B=9.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal75188270.6000.860.26102.1174.8842.16
Hex4BBC1B3C0561A664b2a
Octal113274337401263214611352
Binary10010111011110011011111100010101101101011001101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,188,27); }

 H1.HeaderClassName
 {
   color: #4BBC1B;
 }
 .AnyTagClassName
 {
   color: #4BBC1B;
 }
</style>
background-color css

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

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

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

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

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

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