#3CCF12

Color #3CCF12 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #3CCF12

Tints of Kelly Green #3CCF12

Color information

#3CCF12 (or 0x3CCF12) is unknown color: approx Kelly Green. HEX triplet: 3C, CF and 12. RGB value is (60,207,18). Sum of RGB (Red+Green+Blue) = 60+207+18=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 207 (81.25% from 255 or 72.63% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CCF12 is #C330ED. Grayscale: #8E8E8E. Windows color (decimal): -12792046 or 1232700. OLE color: 1232700.

HSL color Cylindrical-coordinate representation of color #3CCF12: hue angle of 106.67º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3CCF12 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB6020718-
CMYK0.7100.910.19
HSL106.67º84%44.12%-
HSV(B)106.67º91.3%81.18%-
XYZ24.2945.638.1-
YUV141.558.369.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.05%
GREEN value IS 207 (81.25% from 255) = 72.63%
BLUE value IS 18 (7.42% from 255) = 6.32%
R=21.05%
G=72.63%
B=6.32%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal60207180.7100.910.19106.678444.12
Hex3CCF124705B136b542c
Octal743172210701332315312454
Binary11110011001111100101000111010110111001111010111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CCF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,207,18); }

 H1.HeaderClassName
 {
   color: #3CCF12;
 }
 .AnyTagClassName
 {
   color: #3CCF12;
 }
</style>
background-color css

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

 a { background-color: rgb(60,207,18); }

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

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

 span { border-color: rgb(60,207,18); }

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