Html Css Color HEX #3CCC15 Kelly Green

📋 copy color: '#3CCC15'

red 60 ◦ green 204 ◦ blue 21

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

Shades of Kelly Green #3CCC15

Tints of Kelly Green #3CCC15

RGB

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

 GREEN value IS 204 (80.08% from 255) = 71.58%

 BLUE value IS 21 (8.59% from 255) = 7.37%

R = 21.05%
G = 71.58%
B = 7.37%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#3CCC15 (or 0x3CCC15) is known color: Kelly Green. HEX triplet: 3C, CC and 15. RGB value is (60,204,21). Sum of RGB (Red+Green+Blue) = 60+204+21=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 204 (80.08% from 255 or 71.58% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 204 - color contains mainly: green. Hex color #3CCC15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CCC15 is #C333EA. Grayscale: #8C8C8C. Windows color (decimal): -12792811 or 1428540. OLE color: 1428540.

HSL color Cylindrical-coordinate representation of color #3CCC15: hue angle of 107.21º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CCC15 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 60 204 21 -
CMYK 0.71 0 0.90 0.2
HSL 107.21º 0.81% 0.44% -
HSV(B) 107.21º 0.9% 0.8% -
XYZ 23.59 44.2 8 -
YUV 140.08 60.79 70.88 -
System Red Green Blue C M Y K H S L
Decimal 60 204 21 0.71 0 0.90 0.2 107.21 0.81 0.44
Hex 3C CC 15 47 0 5A 14 6B 51 2C
Octal 74 314 25 107 0 132 24 153 121 54
Binary 111100 11001100 10101 1000111 0 1011010 10100 1101011 1010001 101100

Color Harmonies of #3CCC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCC15

Black with #3CCC15

Text Example


Text Example

White with #3CCC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,204,21); }

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

background-color css

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

 a { background-color: rgb(60,204,21); }

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

border-color css

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

 span { border-color: rgb(60,204,21); }

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