Html Css Color HEX #3DDA0A Kelly Green

📋 copy color: '#3DDA0A'

red 61 ◦ green 218 ◦ blue 10

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

Shades of Kelly Green #3DDA0A

Tints of Kelly Green #3DDA0A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 75.43%

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

R = 21.11%
G = 75.43%
B = 3.46%

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

#3DDA0A (or 0x3DDA0A) is known color: Kelly Green. HEX triplet: 3D, DA and 0A. RGB value is (61,218,10). Sum of RGB (Red+Green+Blue) = 61+218+10=289 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.11% from 289); Green value is 218 (85.55% from 255 or 75.43% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DDA0A is #C225F5. Grayscale: #949494. Windows color (decimal): -12723702 or 711229. OLE color: 711229.

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

Color convert

RGB 61 218 10 -
CMYK 0.72 0 0.95 0.15
HSL 105.29º 0.91% 0.45% -
HSV(B) 105.29º 0.95% 0.85% -
XYZ 27.05 51.16 8.74 -
YUV 147.35 50.49 66.41 -
System Red Green Blue C M Y K H S L
Decimal 61 218 10 0.72 0 0.95 0.15 105.29 0.91 0.45
Hex 3D DA A 48 0 5F F 69 5B 2D
Octal 75 332 12 110 0 137 17 151 133 55
Binary 111101 11011010 1010 1001000 0 1011111 1111 1101001 1011011 101101

Color Harmonies of #3DDA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDA0A

Black with #3DDA0A

Text Example


Text Example

White with #3DDA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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