Html Css Color HEX #3CC013 Kelly Green

📋 copy color: '#3CC013'

red 60 ◦ green 192 ◦ blue 19

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

Shades of Kelly Green #3CC013

Tints of Kelly Green #3CC013

RGB

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

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

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

R = 22.14%
G = 70.85%
B = 7.01%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#3CC013 (or 0x3CC013) is known color: Kelly Green. HEX triplet: 3C, C0 and 13. RGB value is (60,192,19). Sum of RGB (Red+Green+Blue) = 60+192+19=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 192 (75.39% from 255 or 70.85% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CC013 is #C33FEC. Grayscale: #858585. Windows color (decimal): -12795885 or 1294396. OLE color: 1294396.

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

Color convert

RGB 60 192 19 -
CMYK 0.69 0 0.90 0.25
HSL 105.78º 0.82% 0.41% -
HSV(B) 105.78º 0.9% 0.75% -
XYZ 20.83 38.71 6.99 -
YUV 132.81 63.77 76.07 -
System Red Green Blue C M Y K H S L
Decimal 60 192 19 0.69 0 0.90 0.25 105.78 0.82 0.41
Hex 3C C0 13 45 0 5A 19 6A 52 29
Octal 74 300 23 105 0 132 31 152 122 51
Binary 111100 11000000 10011 1000101 0 1011010 11001 1101010 1010010 101001

Color Harmonies of #3CC013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC013

Black with #3CC013

Text Example


Text Example

White with #3CC013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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