Html Css Color HEX #3DC700 Kelly Green

📋 copy color: '#3DC700'

red 61 ◦ green 199 ◦ blue 0

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

Shades of Kelly Green #3DC700

Tints of Kelly Green #3DC700

RGB

 RED value IS 61 (24.22% from 255) = 23.46%

 GREEN value IS 199 (78.13% from 255) = 76.54%

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

R = 23.46%
G = 76.54%
B = 0%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#3DC700 (or 0x3DC700) is known color: Kelly Green. HEX triplet: 3D, C7 and 00. RGB value is (61,199,0). Sum of RGB (Red+Green+Blue) = 61+199+0=260 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.46% from 260); Green value is 199 (78.12% from 255 or 76.54% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 199 - color contains mainly: green. Hex color #3DC700 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DC700 is #C238FF. Grayscale: #878787. Windows color (decimal): -12728576 or 51005. OLE color: 51005.

HSL color Cylindrical-coordinate representation of color #3DC700: hue angle of 101.61º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3DC700 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 61 199 0 -
CMYK 0.69 0 1 0.22
HSL 101.61º 1% 0.39% -
HSV(B) 101.61º 1% 0.78% -
XYZ 22.35 41.84 6.9 -
YUV 135.05 51.78 75.18 -
System Red Green Blue C M Y K H S L
Decimal 61 199 0 0.69 0 1 0.22 101.61 1 0.39
Hex 3D C7 0 45 0 64 16 66 64 27
Octal 75 307 0 105 0 144 26 146 144 47
Binary 111101 11000111 0 1000101 0 1100100 10110 1100110 1100100 100111

Color Harmonies of #3DC700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC700

Black with #3DC700

Text Example


Text Example

White with #3DC700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,199,0); }

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

background-color css

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

 a { background-color: rgb(61,199,0); }

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

border-color css

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

 span { border-color: rgb(61,199,0); }

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