Html Css Color HEX #3DBC10 Kelly Green

📋 copy color: '#3DBC10'

red 61 ◦ green 188 ◦ blue 16

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

Shades of Kelly Green #3DBC10

Tints of Kelly Green #3DBC10

RGB

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

 GREEN value IS 188 (73.83% from 255) = 70.94%

 BLUE value IS 16 (6.64% from 255) = 6.04%

R = 23.02%
G = 70.94%
B = 6.04%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#3DBC10 (or 0x3DBC10) is known color: Kelly Green. HEX triplet: 3D, BC and 10. RGB value is (61,188,16). Sum of RGB (Red+Green+Blue) = 61+188+16=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 188 (73.83% from 255 or 70.94% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBC10 is #C243EF. Grayscale: #828282. Windows color (decimal): -12731376 or 1096765. OLE color: 1096765.

HSL color Cylindrical-coordinate representation of color #3DBC10: hue angle of 104.3º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3DBC10 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 61 188 16 -
CMYK 0.68 0 0.91 0.26
HSL 104.3º 0.84% 0.4% -
HSV(B) 104.3º 0.91% 0.74% -
XYZ 20 37 6.58 -
YUV 130.42 63.42 78.49 -
System Red Green Blue C M Y K H S L
Decimal 61 188 16 0.68 0 0.91 0.26 104.3 0.84 0.4
Hex 3D BC 10 44 0 5B 1A 68 54 28
Octal 75 274 20 104 0 133 32 150 124 50
Binary 111101 10111100 10000 1000100 0 1011011 11010 1101000 1010100 101000

Color Harmonies of #3DBC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBC10

Black with #3DBC10

Text Example


Text Example

White with #3DBC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,188,16); }

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

background-color css

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

 a { background-color: rgb(61,188,16); }

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

border-color css

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

 span { border-color: rgb(61,188,16); }

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