Html Css Color HEX #3CC00B Kelly Green

📋 copy color: '#3CC00B'

red 60 ◦ green 192 ◦ blue 11

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

Shades of Kelly Green #3CC00B

Tints of Kelly Green #3CC00B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.18%

R = 22.81%
G = 73%
B = 4.18%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#3CC00B (or 0x3CC00B) is known color: Kelly Green. HEX triplet: 3C, C0 and 0B. RGB value is (60,192,11). Sum of RGB (Red+Green+Blue) = 60+192+11=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 192 (75.39% from 255 or 73.00% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC00B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CC00B is #C33FF4. Grayscale: #848484. Windows color (decimal): -12795893 or 770108. OLE color: 770108.

HSL color Cylindrical-coordinate representation of color #3CC00B: hue angle of 103.76º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3CC00B is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 192 11 -
CMYK 0.69 0 0.94 0.25
HSL 103.76º 0.89% 0.4% -
HSV(B) 103.76º 0.94% 0.75% -
XYZ 20.77 38.68 6.69 -
YUV 131.9 59.77 76.72 -
System Red Green Blue C M Y K H S L
Decimal 60 192 11 0.69 0 0.94 0.25 103.76 0.89 0.4
Hex 3C C0 B 45 0 5E 19 68 59 28
Octal 74 300 13 105 0 136 31 150 131 50
Binary 111100 11000000 1011 1000101 0 1011110 11001 1101000 1011001 101000

Color Harmonies of #3CC00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC00B

Black with #3CC00B

Text Example


Text Example

White with #3CC00B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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