Html Css Color HEX #3DC010 Kelly Green

📋 copy color: '#3DC010'

red 61 ◦ green 192 ◦ blue 16

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

Shades of Kelly Green #3DC010

Tints of Kelly Green #3DC010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 71.38%

 BLUE value IS 16 (6.64% from 255) = 5.95%

R = 22.68%
G = 71.38%
B = 5.95%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#3DC010 (or 0x3DC010) is known color: Kelly Green. HEX triplet: 3D, C0 and 10. RGB value is (61,192,16). Sum of RGB (Red+Green+Blue) = 61+192+16=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 192 (75.39% from 255 or 71.38% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DC010 is #C23FEF. Grayscale: #858585. Windows color (decimal): -12730352 or 1097789. OLE color: 1097789.

HSL color Cylindrical-coordinate representation of color #3DC010: hue angle of 104.66º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3DC010 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 61 192 16 -
CMYK 0.68 0 0.92 0.25
HSL 104.66º 0.85% 0.41% -
HSV(B) 104.66º 0.92% 0.75% -
XYZ 20.87 38.73 6.87 -
YUV 132.77 62.1 76.81 -
System Red Green Blue C M Y K H S L
Decimal 61 192 16 0.68 0 0.92 0.25 104.66 0.85 0.41
Hex 3D C0 10 44 0 5C 19 69 55 29
Octal 75 300 20 104 0 134 31 151 125 51
Binary 111101 11000000 10000 1000100 0 1011100 11001 1101001 1010101 101001

Color Harmonies of #3DC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC010

Black with #3DC010

Text Example


Text Example

White with #3DC010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,192,16); }

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

background-color css

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

 a { background-color: rgb(61,192,16); }

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

border-color css

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

 span { border-color: rgb(61,192,16); }

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