Html Css Color HEX #3DD914 Kelly Green

📋 copy color: '#3DD914'

red 61 ◦ green 217 ◦ blue 20

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

Shades of Kelly Green #3DD914

Tints of Kelly Green #3DD914

RGB

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

 GREEN value IS 217 (85.16% from 255) = 72.82%

 BLUE value IS 20 (8.2% from 255) = 6.71%

R = 20.47%
G = 72.82%
B = 6.71%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#3DD914 (or 0x3DD914) is known color: Kelly Green. HEX triplet: 3D, D9 and 14. RGB value is (61,217,20). Sum of RGB (Red+Green+Blue) = 61+217+20=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 217 (85.16% from 255 or 72.82% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 217 - color contains mainly: green. Hex color #3DD914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DD914 is #C226EB. Grayscale: #949494. Windows color (decimal): -12723948 or 1366333. OLE color: 1366333.

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

Color convert

RGB 61 217 20 -
CMYK 0.72 0 0.91 0.15
HSL 107.51º 0.83% 0.46% -
HSV(B) 107.51º 0.91% 0.85% -
XYZ 26.86 50.67 9.03 -
YUV 147.9 55.82 66.02 -
System Red Green Blue C M Y K H S L
Decimal 61 217 20 0.72 0 0.91 0.15 107.51 0.83 0.46
Hex 3D D9 14 48 0 5B F 6C 53 2E
Octal 75 331 24 110 0 133 17 154 123 56
Binary 111101 11011001 10100 1001000 0 1011011 1111 1101100 1010011 101110

Color Harmonies of #3DD914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD914

Black with #3DD914

Text Example


Text Example

White with #3DD914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,217,20); }

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

background-color css

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

 a { background-color: rgb(61,217,20); }

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

border-color css

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

 span { border-color: rgb(61,217,20); }

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