Html Css Color HEX #3DC013 Kelly Green

📋 copy color: '#3DC013'

red 61 ◦ green 192 ◦ blue 19

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

Shades of Kelly Green #3DC013

Tints of Kelly Green #3DC013

RGB

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

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

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

R = 22.43%
G = 70.59%
B = 6.99%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#3DC013 (or 0x3DC013) is known color: Kelly Green. HEX triplet: 3D, C0 and 13. RGB value is (61,192,19). Sum of RGB (Red+Green+Blue) = 61+192+19=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 192 (75.39% from 255 or 70.59% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DC013 is #C23FEC. Grayscale: #858585. Windows color (decimal): -12730349 or 1294397. OLE color: 1294397.

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

Color convert

RGB 61 192 19 -
CMYK 0.68 0 0.90 0.25
HSL 105.43º 0.82% 0.41% -
HSV(B) 105.43º 0.9% 0.75% -
XYZ 20.89 38.74 6.99 -
YUV 133.11 63.6 76.57 -
System Red Green Blue C M Y K H S L
Decimal 61 192 19 0.68 0 0.90 0.25 105.43 0.82 0.41
Hex 3D C0 13 44 0 5A 19 69 52 29
Octal 75 300 23 104 0 132 31 151 122 51
Binary 111101 11000000 10011 1000100 0 1011010 11001 1101001 1010010 101001

Color Harmonies of #3DC013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC013

Black with #3DC013

Text Example


Text Example

White with #3DC013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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