Html Css Color HEX #3DD700 Kelly Green

📋 copy color: '#3DD700'

red 61 ◦ green 215 ◦ blue 0

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

Shades of Kelly Green #3DD700

Tints of Kelly Green #3DD700

RGB

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

 GREEN value IS 215 (84.38% from 255) = 77.9%

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

R = 22.1%
G = 77.9%
B = 0%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#3DD700 (or 0x3DD700) is known color: Kelly Green. HEX triplet: 3D, D7 and 00. RGB value is (61,215,0). Sum of RGB (Red+Green+Blue) = 61+215+0=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 215 (84.38% from 255 or 77.90% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 215 - color contains mainly: green. Hex color #3DD700 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DD700 is #C228FF. Grayscale: #919191. Windows color (decimal): -12724480 or 55101. OLE color: 55101.

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

Color convert

RGB 61 215 0 -
CMYK 0.72 0 1 0.16
HSL 102.98º 1% 0.42% -
HSV(B) 102.98º 1% 0.84% -
XYZ 26.22 49.59 8.19 -
YUV 144.44 46.48 68.48 -
System Red Green Blue C M Y K H S L
Decimal 61 215 0 0.72 0 1 0.16 102.98 1 0.42
Hex 3D D7 0 48 0 64 10 67 64 2A
Octal 75 327 0 110 0 144 20 147 144 52
Binary 111101 11010111 0 1001000 0 1100100 10000 1100111 1100100 101010

Color Harmonies of #3DD700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD700

Black with #3DD700

Text Example


Text Example

White with #3DD700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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