Html Css Color HEX #3DD714 Kelly Green

📋 copy color: '#3DD714'

red 61 ◦ green 215 ◦ blue 20

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

Shades of Kelly Green #3DD714

Tints of Kelly Green #3DD714

RGB

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

 GREEN value IS 215 (84.38% from 255) = 72.64%

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

R = 20.61%
G = 72.64%
B = 6.76%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#3DD714 (or 0x3DD714) is known color: Kelly Green. HEX triplet: 3D, D7 and 14. RGB value is (61,215,20). Sum of RGB (Red+Green+Blue) = 61+215+20=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 215 (84.38% from 255 or 72.64% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 215 - color contains mainly: green. Hex color #3DD714 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DD714 is #C228EB. Grayscale: #939393. Windows color (decimal): -12724460 or 1365821. OLE color: 1365821.

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

Color convert

RGB 61 215 20 -
CMYK 0.72 0 0.91 0.16
HSL 107.38º 0.83% 0.46% -
HSV(B) 107.38º 0.91% 0.84% -
XYZ 26.35 49.64 8.86 -
YUV 146.72 56.48 66.86 -
System Red Green Blue C M Y K H S L
Decimal 61 215 20 0.72 0 0.91 0.16 107.38 0.83 0.46
Hex 3D D7 14 48 0 5B 10 6B 53 2E
Octal 75 327 24 110 0 133 20 153 123 56
Binary 111101 11010111 10100 1001000 0 1011011 10000 1101011 1010011 101110

Color Harmonies of #3DD714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD714

Black with #3DD714

Text Example


Text Example

White with #3DD714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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