#4BB40F

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

Shades of Kelly Green #4BB40F

Tints of Kelly Green #4BB40F

Color information

#4BB40F (or 0x4BB40F) is unknown color: approx Kelly Green. HEX triplet: 4B, B4 and 0F. RGB value is (75,180,15). Sum of RGB (Red+Green+Blue) = 75+180+15=270 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.78% from 270); Green value is 180 (70.70% from 255 or 66.67% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 180 - color contains mainly: green. Hex color #4BB40F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BB40F is #B44BF0. Grayscale: #828282. Windows color (decimal): -11815921 or 1029195. OLE color: 1029195.

HSL color Cylindrical-coordinate representation of color #4BB40F: hue angle of 98.18º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4BB40F is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB7518015-
CMYK0.5800.920.29
HSL98.18º84.62%38.24%-
HSV(B)98.18º91.67%70.59%-
XYZ19.3134.176.03-
YUV129.863.2188.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.78%
GREEN value IS 180 (70.70% from 255) = 66.67%
BLUE value IS 15 (6.25% from 255) = 5.56%
R=27.78%
G=66.67%
B=5.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal75180150.5800.920.2998.1884.6238.24
Hex4BB4F3A05C1D625526
Octal113264177201343514212546
Binary1001011101101001111111010010111001110111000101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,180,15); }

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

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

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

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

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

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

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