Html Css Color HEX #3DDA0C Kelly Green

📋 copy color: '#3DDA0C'

red 61 ◦ green 218 ◦ blue 12

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

Shades of Kelly Green #3DDA0C

Tints of Kelly Green #3DDA0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.12%

R = 20.96%
G = 74.91%
B = 4.12%

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

#3DDA0C (or 0x3DDA0C) is known color: Kelly Green. HEX triplet: 3D, DA and 0C. RGB value is (61,218,12). Sum of RGB (Red+Green+Blue) = 61+218+12=291 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.96% from 291); Green value is 218 (85.55% from 255 or 74.91% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DDA0C is #C225F3. Grayscale: #949494. Windows color (decimal): -12723700 or 842301. OLE color: 842301.

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

Color convert

RGB 61 218 12 -
CMYK 0.72 0 0.94 0.15
HSL 105.73º 0.9% 0.45% -
HSV(B) 105.73º 0.94% 0.85% -
XYZ 27.06 51.16 8.8 -
YUV 147.57 51.49 66.25 -
System Red Green Blue C M Y K H S L
Decimal 61 218 12 0.72 0 0.94 0.15 105.73 0.9 0.45
Hex 3D DA C 48 0 5E F 6A 5A 2D
Octal 75 332 14 110 0 136 17 152 132 55
Binary 111101 11011010 1100 1001000 0 1011110 1111 1101010 1011010 101101

Color Harmonies of #3DDA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDA0C

Black with #3DDA0C

Text Example


Text Example

White with #3DDA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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