Html Css Color HEX #3DD802 Kelly Green

📋 copy color: '#3DD802'

red 61 ◦ green 216 ◦ blue 2

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

Shades of Kelly Green #3DD802

Tints of Kelly Green #3DD802

RGB

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

 GREEN value IS 216 (84.77% from 255) = 77.42%

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 21.86%
G = 77.42%
B = 0.72%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#3DD802 (or 0x3DD802) is known color: Kelly Green. HEX triplet: 3D, D8 and 02. RGB value is (61,216,2). Sum of RGB (Red+Green+Blue) = 61+216+2=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 216 (84.77% from 255 or 77.42% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 216 - color contains mainly: green. Hex color #3DD802 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DD802 is #C227FD. Grayscale: #919191. Windows color (decimal): -12724222 or 186429. OLE color: 186429.

HSL color Cylindrical-coordinate representation of color #3DD802: hue angle of 103.46º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3DD802 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 61 216 2 -
CMYK 0.72 0 0.99 0.15
HSL 103.46º 0.98% 0.43% -
HSV(B) 103.46º 0.99% 0.85% -
XYZ 26.49 50.11 8.33 -
YUV 145.26 47.15 67.9 -
System Red Green Blue C M Y K H S L
Decimal 61 216 2 0.72 0 0.99 0.15 103.46 0.98 0.43
Hex 3D D8 2 48 0 63 F 67 62 2B
Octal 75 330 2 110 0 143 17 147 142 53
Binary 111101 11011000 10 1001000 0 1100011 1111 1100111 1100010 101011

Color Harmonies of #3DD802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD802

Black with #3DD802

Text Example


Text Example

White with #3DD802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,216,2); }

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

background-color css

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

 a { background-color: rgb(61,216,2); }

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

border-color css

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

 span { border-color: rgb(61,216,2); }

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