Html Css Color HEX #3DBA14 Kelly Green

📋 copy color: '#3DBA14'

red 61 ◦ green 186 ◦ blue 20

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

Shades of Kelly Green #3DBA14

Tints of Kelly Green #3DBA14

RGB

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

 GREEN value IS 186 (73.05% from 255) = 69.66%

 BLUE value IS 20 (8.2% from 255) = 7.49%

R = 22.85%
G = 69.66%
B = 7.49%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#3DBA14 (or 0x3DBA14) is known color: Kelly Green. HEX triplet: 3D, BA and 14. RGB value is (61,186,20). Sum of RGB (Red+Green+Blue) = 61+186+20=267 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.85% from 267); Green value is 186 (73.05% from 255 or 69.66% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBA14 is #C245EB. Grayscale: #828282. Windows color (decimal): -12731884 or 1358397. OLE color: 1358397.

HSL color Cylindrical-coordinate representation of color #3DBA14: hue angle of 105.18º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3DBA14 is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 186 20 -
CMYK 0.67 0 0.89 0.27
HSL 105.18º 0.81% 0.4% -
HSV(B) 105.18º 0.89% 0.73% -
XYZ 19.61 36.16 6.61 -
YUV 129.7 66.09 79 -
System Red Green Blue C M Y K H S L
Decimal 61 186 20 0.67 0 0.89 0.27 105.18 0.81 0.4
Hex 3D BA 14 43 0 59 1B 69 51 28
Octal 75 272 24 103 0 131 33 151 121 50
Binary 111101 10111010 10100 1000011 0 1011001 11011 1101001 1010001 101000

Color Harmonies of #3DBA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBA14

Black with #3DBA14

Text Example


Text Example

White with #3DBA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,186,20); }

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

background-color css

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

 a { background-color: rgb(61,186,20); }

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

border-color css

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

 span { border-color: rgb(61,186,20); }

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