Html Css Color HEX #3CCC07 Kelly Green

📋 copy color: '#3CCC07'

red 60 ◦ green 204 ◦ blue 7

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

Shades of Kelly Green #3CCC07

Tints of Kelly Green #3CCC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.58%

R = 22.14%
G = 75.28%
B = 2.58%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#3CCC07 (or 0x3CCC07) is known color: Kelly Green. HEX triplet: 3C, CC and 07. RGB value is (60,204,7). Sum of RGB (Red+Green+Blue) = 60+204+7=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 204 (80.08% from 255 or 75.28% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 204 - color contains mainly: green. Hex color #3CCC07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CCC07 is #C333F8. Grayscale: #8B8B8B. Windows color (decimal): -12792825 or 511036. OLE color: 511036.

HSL color Cylindrical-coordinate representation of color #3CCC07: hue angle of 103.86º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3CCC07 is Cyan = 0.71, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 60 204 7 -
CMYK 0.71 0 0.97 0.2
HSL 103.86º 0.93% 0.41% -
HSV(B) 103.86º 0.97% 0.8% -
XYZ 23.49 44.16 7.49 -
YUV 138.49 53.79 72.02 -
System Red Green Blue C M Y K H S L
Decimal 60 204 7 0.71 0 0.97 0.2 103.86 0.93 0.41
Hex 3C CC 7 47 0 61 14 68 5D 29
Octal 74 314 7 107 0 141 24 150 135 51
Binary 111100 11001100 111 1000111 0 1100001 10100 1101000 1011101 101001

Color Harmonies of #3CCC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCC07

Black with #3CCC07

Text Example


Text Example

White with #3CCC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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