#3DBF1E

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

Shades of Kelly Green #3DBF1E

Tints of Kelly Green #3DBF1E

Color information

#3DBF1E (or 0x3DBF1E) is unknown color: approx Kelly Green. HEX triplet: 3D, BF and 1E. RGB value is (61,191,30). Sum of RGB (Red+Green+Blue) = 61+191+30=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 191 (75% from 255 or 67.73% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBF1E is #C240E1. Grayscale: #868686. Windows color (decimal): -12730594 or 2015037. OLE color: 2015037.

HSL color Cylindrical-coordinate representation of color #3DBF1E: hue angle of 108.45º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3DBF1E is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB6119130-
CMYK0.6800.840.25
HSL108.45º72.85%43.33%-
HSV(B)108.45º84.29%74.9%-
XYZ20.7938.357.53-
YUV133.7869.4376.09-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.63%
GREEN value IS 191 (75% from 255) = 67.73%
BLUE value IS 30 (12.11% from 255) = 10.64%
R=21.63%
G=67.73%
B=10.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61191300.6800.840.25108.4572.8543.33
Hex3DBF1E44054196c492b
Octal752773610401243115411153
Binary11110110111111111101000100010101001100111011001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DBF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,191,30); }

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

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

 a { background-color: rgb(61,191,30); }

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

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

 span { border-color: rgb(61,191,30); }

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