Html Css Color HEX #3DD80A Kelly Green

📋 copy color: '#3DD80A'

red 61 ◦ green 216 ◦ blue 10

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

Shades of Kelly Green #3DD80A

Tints of Kelly Green #3DD80A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.48%

R = 21.25%
G = 75.26%
B = 3.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#3DD80A (or 0x3DD80A) is known color: Kelly Green. HEX triplet: 3D, D8 and 0A. RGB value is (61,216,10). Sum of RGB (Red+Green+Blue) = 61+216+10=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 216 (84.77% from 255 or 75.26% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 216 - color contains mainly: green. Hex color #3DD80A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DD80A is #C227F5. Grayscale: #929292. Windows color (decimal): -12724214 or 710717. OLE color: 710717.

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

Color convert

RGB 61 216 10 -
CMYK 0.72 0 0.95 0.15
HSL 105.15º 0.91% 0.44% -
HSV(B) 105.15º 0.95% 0.85% -
XYZ 26.54 50.13 8.56 -
YUV 146.17 51.15 67.25 -
System Red Green Blue C M Y K H S L
Decimal 61 216 10 0.72 0 0.95 0.15 105.15 0.91 0.44
Hex 3D D8 A 48 0 5F F 69 5B 2C
Octal 75 330 12 110 0 137 17 151 133 54
Binary 111101 11011000 1010 1001000 0 1011111 1111 1101001 1011011 101100

Color Harmonies of #3DD80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD80A

Black with #3DD80A

Text Example


Text Example

White with #3DD80A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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