Html Css Color HEX #3DD80D Kelly Green

📋 copy color: '#3DD80D'

red 61 ◦ green 216 ◦ blue 13

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

Shades of Kelly Green #3DD80D

Tints of Kelly Green #3DD80D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 74.48%

 BLUE value IS 13 (5.47% from 255) = 4.48%

R = 21.03%
G = 74.48%
B = 4.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#3DD80D (or 0x3DD80D) is known color: Kelly Green. HEX triplet: 3D, D8 and 0D. RGB value is (61,216,13). Sum of RGB (Red+Green+Blue) = 61+216+13=290 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.03% from 290); Green value is 216 (84.77% from 255 or 74.48% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 216 - color contains mainly: green. Hex color #3DD80D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DD80D is #C227F2. Grayscale: #939393. Windows color (decimal): -12724211 or 907325. OLE color: 907325.

HSL color Cylindrical-coordinate representation of color #3DD80D: hue angle of 105.81º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3DD80D is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 61 216 13 -
CMYK 0.72 0 0.94 0.15
HSL 105.81º 0.89% 0.45% -
HSV(B) 105.81º 0.94% 0.85% -
XYZ 26.55 50.13 8.66 -
YUV 146.51 52.65 67.01 -
System Red Green Blue C M Y K H S L
Decimal 61 216 13 0.72 0 0.94 0.15 105.81 0.89 0.45
Hex 3D D8 D 48 0 5E F 6A 59 2D
Octal 75 330 15 110 0 136 17 152 131 55
Binary 111101 11011000 1101 1001000 0 1011110 1111 1101010 1011001 101101

Color Harmonies of #3DD80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD80D

Black with #3DD80D

Text Example


Text Example

White with #3DD80D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,216,13); }

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

background-color css

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

 a { background-color: rgb(61,216,13); }

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

border-color css

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

 span { border-color: rgb(61,216,13); }

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