Html Css Color HEX #3DC00C Kelly Green

📋 copy color: '#3DC00C'

red 61 ◦ green 192 ◦ blue 12

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

Shades of Kelly Green #3DC00C

Tints of Kelly Green #3DC00C

RGB

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

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

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

R = 23.02%
G = 72.45%
B = 4.53%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#3DC00C (or 0x3DC00C) is known color: Kelly Green. HEX triplet: 3D, C0 and 0C. RGB value is (61,192,12). Sum of RGB (Red+Green+Blue) = 61+192+12=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 192 (75.39% from 255 or 72.45% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC00C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DC00C is #C23FF3. Grayscale: #848484. Windows color (decimal): -12730356 or 835645. OLE color: 835645.

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

Color convert

RGB 61 192 12 -
CMYK 0.68 0 0.94 0.25
HSL 103.67º 0.88% 0.4% -
HSV(B) 103.67º 0.94% 0.75% -
XYZ 20.84 38.72 6.72 -
YUV 132.31 60.1 77.14 -
System Red Green Blue C M Y K H S L
Decimal 61 192 12 0.68 0 0.94 0.25 103.67 0.88 0.4
Hex 3D C0 C 44 0 5E 19 68 58 28
Octal 75 300 14 104 0 136 31 150 130 50
Binary 111101 11000000 1100 1000100 0 1011110 11001 1101000 1011000 101000

Color Harmonies of #3DC00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC00C

Black with #3DC00C

Text Example


Text Example

White with #3DC00C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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