Html Css Color HEX #3DD601 Kelly Green

📋 copy color: '#3DD601'

red 61 ◦ green 214 ◦ blue 1

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

Shades of Kelly Green #3DD601

Tints of Kelly Green #3DD601

RGB

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

 GREEN value IS 214 (83.98% from 255) = 77.54%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 22.1%
G = 77.54%
B = 0.36%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#3DD601 (or 0x3DD601) is known color: Kelly Green. HEX triplet: 3D, D6 and 01. RGB value is (61,214,1). Sum of RGB (Red+Green+Blue) = 61+214+1=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 214 (83.98% from 255 or 77.54% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 214 - color contains mainly: green. Hex color #3DD601 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DD601 is #C229FE. Grayscale: #909090. Windows color (decimal): -12724735 or 120381. OLE color: 120381.

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

Color convert

RGB 61 214 1 -
CMYK 0.71 0 1.00 0.16
HSL 103.1º 0.99% 0.42% -
HSV(B) 103.1º 1% 0.84% -
XYZ 25.98 49.09 8.13 -
YUV 143.97 47.31 68.82 -
System Red Green Blue C M Y K H S L
Decimal 61 214 1 0.71 0 1.00 0.16 103.1 0.99 0.42
Hex 3D D6 1 47 0 64 10 67 63 2A
Octal 75 326 1 107 0 144 20 147 143 52
Binary 111101 11010110 1 1000111 0 1100100 10000 1100111 1100011 101010

Color Harmonies of #3DD601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD601

Black with #3DD601

Text Example


Text Example

White with #3DD601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,214,1); }

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

background-color css

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

 a { background-color: rgb(61,214,1); }

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

border-color css

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

 span { border-color: rgb(61,214,1); }

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