Html Css Color HEX #3CC010 Kelly Green

📋 copy color: '#3CC010'

red 60 ◦ green 192 ◦ blue 16

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

Shades of Kelly Green #3CC010

Tints of Kelly Green #3CC010

RGB

 RED value IS 60 (23.83% from 255) = 22.39%

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

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

R = 22.39%
G = 71.64%
B = 5.97%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#3CC010 (or 0x3CC010) is known color: Kelly Green. HEX triplet: 3C, C0 and 10. RGB value is (60,192,16). Sum of RGB (Red+Green+Blue) = 60+192+16=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 192 (75.39% from 255 or 71.64% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CC010 is #C33FEF. Grayscale: #858585. Windows color (decimal): -12795888 or 1097788. OLE color: 1097788.

HSL color Cylindrical-coordinate representation of color #3CC010: hue angle of 105º 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 #3CC010 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 192 16 -
CMYK 0.69 0 0.92 0.25
HSL 105º 0.85% 0.41% -
HSV(B) 105º 0.92% 0.75% -
XYZ 20.81 38.7 6.86 -
YUV 132.47 62.27 76.31 -
System Red Green Blue C M Y K H S L
Decimal 60 192 16 0.69 0 0.92 0.25 105 0.85 0.41
Hex 3C C0 10 45 0 5C 19 69 55 29
Octal 74 300 20 105 0 134 31 151 125 51
Binary 111100 11000000 10000 1000101 0 1011100 11001 1101001 1010101 101001

Color Harmonies of #3CC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC010

Black with #3CC010

Text Example


Text Example

White with #3CC010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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