Html Css Color HEX #3DC320 Kelly Green

📋 copy color: '#3DC320'

red 61 ◦ green 195 ◦ blue 32

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

Shades of Kelly Green #3DC320

Tints of Kelly Green #3DC320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 67.71%

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

R = 21.18%
G = 67.71%
B = 11.11%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#3DC320 (or 0x3DC320) is known color: Kelly Green. HEX triplet: 3D, C3 and 20. RGB value is (61,195,32). Sum of RGB (Red+Green+Blue) = 61+195+32=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 195 (76.56% from 255 or 67.71% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 195 - color contains mainly: green. Hex color #3DC320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC320 is #C23CDF. Grayscale: #888888. Windows color (decimal): -12729568 or 2147133. OLE color: 2147133.

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

Color convert

RGB 61 195 32 -
CMYK 0.69 0 0.84 0.24
HSL 109.33º 0.72% 0.45% -
HSV(B) 109.33º 0.84% 0.76% -
XYZ 21.7 40.13 7.97 -
YUV 136.35 69.11 74.25 -
System Red Green Blue C M Y K H S L
Decimal 61 195 32 0.69 0 0.84 0.24 109.33 0.72 0.45
Hex 3D C3 20 45 0 54 18 6D 48 2D
Octal 75 303 40 105 0 124 30 155 110 55
Binary 111101 11000011 100000 1000101 0 1010100 11000 1101101 1001000 101101

Color Harmonies of #3DC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC320

Black with #3DC320

Text Example


Text Example

White with #3DC320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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