Html Css Color HEX #3CB900 Kelly Green

📋 copy color: '#3CB900'

red 60 ◦ green 185 ◦ blue 0

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

Shades of Kelly Green #3CB900

Tints of Kelly Green #3CB900

RGB

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

 GREEN value IS 185 (72.66% from 255) = 75.51%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 24.49%
G = 75.51%
B = 0%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#3CB900 (or 0x3CB900) is known color: Kelly Green. HEX triplet: 3C, B9 and 00. RGB value is (60,185,0). Sum of RGB (Red+Green+Blue) = 60+185+0=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 185 (72.66% from 255 or 75.51% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 185 - color contains mainly: green. Hex color #3CB900 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CB900 is #C346FF. Grayscale: #7F7F7F. Windows color (decimal): -12797696 or 47420. OLE color: 47420.

HSL color Cylindrical-coordinate representation of color #3CB900: hue angle of 100.54º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CB900 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 185 0 -
CMYK 0.68 0 1 0.27
HSL 100.54º 1% 0.36% -
HSV(B) 100.54º 1% 0.73% -
XYZ 19.21 35.66 5.87 -
YUV 126.54 56.59 80.54 -
System Red Green Blue C M Y K H S L
Decimal 60 185 0 0.68 0 1 0.27 100.54 1 0.36
Hex 3C B9 0 44 0 64 1B 65 64 24
Octal 74 271 0 104 0 144 33 145 144 44
Binary 111100 10111001 0 1000100 0 1100100 11011 1100101 1100100 100100

Color Harmonies of #3CB900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB900

Black with #3CB900

Text Example


Text Example

White with #3CB900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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