Html Css Color HEX #3DB70F Kelly Green

📋 copy color: '#3DB70F'

red 61 ◦ green 183 ◦ blue 15

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

Shades of Kelly Green #3DB70F

Tints of Kelly Green #3DB70F

RGB

 RED value IS 61 (24.22% from 255) = 23.55%

 GREEN value IS 183 (71.88% from 255) = 70.66%

 BLUE value IS 15 (6.25% from 255) = 5.79%

R = 23.55%
G = 70.66%
B = 5.79%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#3DB70F (or 0x3DB70F) is known color: Kelly Green. HEX triplet: 3D, B7 and 0F. RGB value is (61,183,15). Sum of RGB (Red+Green+Blue) = 61+183+15=259 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.55% from 259); Green value is 183 (71.88% from 255 or 70.66% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB70F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DB70F is #C248F0. Grayscale: #7F7F7F. Windows color (decimal): -12732657 or 1029949. OLE color: 1029949.

HSL color Cylindrical-coordinate representation of color #3DB70F: hue angle of 103.57º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3DB70F is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 61 183 15 -
CMYK 0.67 0 0.92 0.28
HSL 103.57º 0.85% 0.39% -
HSV(B) 103.57º 0.92% 0.72% -
XYZ 18.94 34.89 6.19 -
YUV 127.37 64.58 80.66 -
System Red Green Blue C M Y K H S L
Decimal 61 183 15 0.67 0 0.92 0.28 103.57 0.85 0.39
Hex 3D B7 F 43 0 5C 1C 68 55 27
Octal 75 267 17 103 0 134 34 150 125 47
Binary 111101 10110111 1111 1000011 0 1011100 11100 1101000 1010101 100111

Color Harmonies of #3DB70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB70F

Black with #3DB70F

Text Example


Text Example

White with #3DB70F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,183,15); }

 H1.HeaderClassName
 {
   color: #3DB70F;
 }
 .AnyTagClassName
 {
   color: #3DB70F;
 }
</style>

background-color css

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

 a { background-color: rgb(61,183,15); }

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

border-color css

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

 span { border-color: rgb(61,183,15); }

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