#3ABC14

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

Shades of Kelly Green #3ABC14

Tints of Kelly Green #3ABC14

Color information

#3ABC14 (or 0x3ABC14) is unknown color: approx Kelly Green. HEX triplet: 3A, BC and 14. RGB value is (58,188,20). Sum of RGB (Red+Green+Blue) = 58+188+20=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 188 (73.83% from 255 or 70.68% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ABC14 is #C543EB. Grayscale: #828282. Windows color (decimal): -12927980 or 1358906. OLE color: 1358906.

HSL color Cylindrical-coordinate representation of color #3ABC14: hue angle of 106.43º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3ABC14 is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB5818820-
CMYK0.6900.890.26
HSL106.43º80.77%40.78%-
HSV(B)106.43º89.36%73.73%-
XYZ19.8536.926.74-
YUV129.9865.9376.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.80%
GREEN value IS 188 (73.83% from 255) = 70.68%
BLUE value IS 20 (8.20% from 255) = 7.52%
R=21.80%
G=70.68%
B=7.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal58188200.6900.890.26106.4380.7740.78
Hex3ABC14450591A6a5129
Octal722742410501313215212151
Binary11101010111100101001000101010110011101011010101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABC14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3ABC14; }

 p { color: rgb(58,188,20); }

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

<style>
 a { background-color: #3ABC14; }

 a { background-color: rgb(58,188,20); }

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

<style>
 span { border-color: #3ABC14; }

 span { border-color: rgb(58,188,20); }

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