Html Css Color HEX #3DCD1B Kelly Green

📋 copy color: '#3DCD1B'

red 61 ◦ green 205 ◦ blue 27

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

Shades of Kelly Green #3DCD1B

Tints of Kelly Green #3DCD1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.22%

R = 20.82%
G = 69.97%
B = 9.22%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#3DCD1B (or 0x3DCD1B) is known color: Kelly Green. HEX triplet: 3D, CD and 1B. RGB value is (61,205,27). Sum of RGB (Red+Green+Blue) = 61+205+27=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 205 (80.47% from 255 or 69.97% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCD1B is #C232E4. Grayscale: #8E8E8E. Windows color (decimal): -12727013 or 1822013. OLE color: 1822013.

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

Color convert

RGB 61 205 27 -
CMYK 0.70 0 0.87 0.20
HSL 108.54º 0.77% 0.45% -
HSV(B) 108.54º 0.87% 0.8% -
XYZ 23.95 44.73 8.41 -
YUV 141.65 63.29 70.47 -
System Red Green Blue C M Y K H S L
Decimal 61 205 27 0.70 0 0.87 0.20 108.54 0.77 0.45
Hex 3D CD 1B 46 0 57 14 6D 4D 2D
Octal 75 315 33 106 0 127 24 155 115 55
Binary 111101 11001101 11011 1000110 0 1010111 10100 1101101 1001101 101101

Color Harmonies of #3DCD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCD1B

Black with #3DCD1B

Text Example


Text Example

White with #3DCD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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