#3CD300

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

Shades of Kelly Green #3CD300

Tints of Kelly Green #3CD300

Color information

#3CD300 (or 0x3CD300) is unknown color: approx Kelly Green. HEX triplet: 3C, D3 and 00. RGB value is (60,211,0). Sum of RGB (Red+Green+Blue) = 60+211+0=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 211 (82.81% from 255 or 77.86% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 211 - color contains mainly: green. Hex color #3CD300 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CD300 is #C32CFF. Grayscale: #8E8E8E. Windows color (decimal): -12791040 or 54076. OLE color: 54076.

HSL color Cylindrical-coordinate representation of color #3CD300: hue angle of 102.94º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CD300 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB602110-
CMYK0.72010.17
HSL102.94º100%41.37%-
HSV(B)102.94º100%82.75%-
XYZ25.1647.557.85-
YUV141.847.9769.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.14%
GREEN value IS 211 (82.81% from 255) = 77.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=22.14%
G=77.86%
B=0%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal6021100.72010.17102.9410041.37
Hex3CD304806411676429
Octal74323011001442114714451
Binary1111001101001101001000011001001000111001111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,211,0); }

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

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

 a { background-color: rgb(60,211,0); }

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

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

 span { border-color: rgb(60,211,0); }

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