Html Css Color HEX #3DCD1C Kelly Green

📋 copy color: '#3DCD1C'

red 61 ◦ green 205 ◦ blue 28

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

Shades of Kelly Green #3DCD1C

Tints of Kelly Green #3DCD1C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 69.73%

 BLUE value IS 28 (11.33% from 255) = 9.52%

R = 20.75%
G = 69.73%
B = 9.52%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#3DCD1C (or 0x3DCD1C) is known color: Kelly Green. HEX triplet: 3D, CD and 1C. RGB value is (61,205,28). Sum of RGB (Red+Green+Blue) = 61+205+28=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 205 (80.47% from 255 or 69.73% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCD1C is #C232E3. Grayscale: #8E8E8E. Windows color (decimal): -12727012 or 1887549. OLE color: 1887549.

HSL color Cylindrical-coordinate representation of color #3DCD1C: hue angle of 108.81º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3DCD1C is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 61 205 28 -
CMYK 0.70 0 0.86 0.20
HSL 108.81º 0.76% 0.46% -
HSV(B) 108.81º 0.86% 0.8% -
XYZ 23.97 44.74 8.47 -
YUV 141.77 63.79 70.39 -
System Red Green Blue C M Y K H S L
Decimal 61 205 28 0.70 0 0.86 0.20 108.81 0.76 0.46
Hex 3D CD 1C 46 0 56 14 6D 4C 2E
Octal 75 315 34 106 0 126 24 155 114 56
Binary 111101 11001101 11100 1000110 0 1010110 10100 1101101 1001100 101110

Color Harmonies of #3DCD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCD1C

Black with #3DCD1C

Text Example


Text Example

White with #3DCD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,205,28); }

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

background-color css

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

 a { background-color: rgb(61,205,28); }

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

border-color css

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

 span { border-color: rgb(61,205,28); }

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