Html Css Color HEX #3DC420 Kelly Green

📋 copy color: '#3DC420'

red 61 ◦ green 196 ◦ blue 32

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

Shades of Kelly Green #3DC420

Tints of Kelly Green #3DC420

RGB

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

 GREEN value IS 196 (76.95% from 255) = 67.82%

 BLUE value IS 32 (12.89% from 255) = 11.07%

R = 21.11%
G = 67.82%
B = 11.07%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#3DC420 (or 0x3DC420) is known color: Kelly Green. HEX triplet: 3D, C4 and 20. RGB value is (61,196,32). Sum of RGB (Red+Green+Blue) = 61+196+32=289 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.11% from 289); Green value is 196 (76.95% from 255 or 67.82% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 196 - color contains mainly: green. Hex color #3DC420 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC420 is #C23BDF. Grayscale: #898989. Windows color (decimal): -12729312 or 2147389. OLE color: 2147389.

HSL color Cylindrical-coordinate representation of color #3DC420: hue angle of 109.39º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3DC420 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 61 196 32 -
CMYK 0.69 0 0.84 0.23
HSL 109.39º 0.72% 0.45% -
HSV(B) 109.39º 0.84% 0.77% -
XYZ 21.93 40.58 8.04 -
YUV 136.94 68.77 73.84 -
System Red Green Blue C M Y K H S L
Decimal 61 196 32 0.69 0 0.84 0.23 109.39 0.72 0.45
Hex 3D C4 20 45 0 54 17 6D 48 2D
Octal 75 304 40 105 0 124 27 155 110 55
Binary 111101 11000100 100000 1000101 0 1010100 10111 1101101 1001000 101101

Color Harmonies of #3DC420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC420

Black with #3DC420

Text Example


Text Example

White with #3DC420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,196,32); }

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

background-color css

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

 a { background-color: rgb(61,196,32); }

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

border-color css

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

 span { border-color: rgb(61,196,32); }

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