Html Css Color HEX #3DDA13 Kelly Green

📋 copy color: '#3DDA13'

red 61 ◦ green 218 ◦ blue 19

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

Shades of Kelly Green #3DDA13

Tints of Kelly Green #3DDA13

RGB

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

 GREEN value IS 218 (85.55% from 255) = 73.15%

 BLUE value IS 19 (7.81% from 255) = 6.38%

R = 20.47%
G = 73.15%
B = 6.38%

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

#3DDA13 (or 0x3DDA13) is known color: Kelly Green. HEX triplet: 3D, DA and 13. RGB value is (61,218,19). Sum of RGB (Red+Green+Blue) = 61+218+19=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 218 (85.55% from 255 or 73.15% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DDA13 is #C225EC. Grayscale: #959595. Windows color (decimal): -12723693 or 1301053. OLE color: 1301053.

HSL color Cylindrical-coordinate representation of color #3DDA13: hue angle of 107.34º degrees, saturation: 0.84, 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 #3DDA13 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 61 218 19 -
CMYK 0.72 0 0.91 0.15
HSL 107.34º 0.84% 0.46% -
HSV(B) 107.34º 0.91% 0.85% -
XYZ 27.11 51.18 9.07 -
YUV 148.37 54.99 65.68 -
System Red Green Blue C M Y K H S L
Decimal 61 218 19 0.72 0 0.91 0.15 107.34 0.84 0.46
Hex 3D DA 13 48 0 5B F 6B 54 2E
Octal 75 332 23 110 0 133 17 153 124 56
Binary 111101 11011010 10011 1001000 0 1011011 1111 1101011 1010100 101110

Color Harmonies of #3DDA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDA13

Black with #3DDA13

Text Example


Text Example

White with #3DDA13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,218,19); }

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

background-color css

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

 a { background-color: rgb(61,218,19); }

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

border-color css

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

 span { border-color: rgb(61,218,19); }

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