Html Css Color HEX #3CD514 Kelly Green

📋 copy color: '#3CD514'

red 60 ◦ green 213 ◦ blue 20

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

Shades of Kelly Green #3CD514

Tints of Kelly Green #3CD514

RGB

 RED value IS 60 (23.83% from 255) = 20.48%

 GREEN value IS 213 (83.59% from 255) = 72.7%

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

R = 20.48%
G = 72.7%
B = 6.83%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#3CD514 (or 0x3CD514) is known color: Kelly Green. HEX triplet: 3C, D5 and 14. RGB value is (60,213,20). Sum of RGB (Red+Green+Blue) = 60+213+20=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 213 (83.59% from 255 or 72.70% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 213 - color contains mainly: green. Hex color #3CD514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CD514 is #C32AEB. Grayscale: #919191. Windows color (decimal): -12790508 or 1365308. OLE color: 1365308.

HSL color Cylindrical-coordinate representation of color #3CD514: hue angle of 107.56º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3CD514 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 60 213 20 -
CMYK 0.72 0 0.91 0.16
HSL 107.56º 0.83% 0.46% -
HSV(B) 107.56º 0.91% 0.84% -
XYZ 25.78 48.6 8.68 -
YUV 145.25 57.31 67.19 -
System Red Green Blue C M Y K H S L
Decimal 60 213 20 0.72 0 0.91 0.16 107.56 0.83 0.46
Hex 3C D5 14 48 0 5B 10 6C 53 2E
Octal 74 325 24 110 0 133 20 154 123 56
Binary 111100 11010101 10100 1001000 0 1011011 10000 1101100 1010011 101110

Color Harmonies of #3CD514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD514

Black with #3CD514

Text Example


Text Example

White with #3CD514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,213,20); }

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

background-color css

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

 a { background-color: rgb(60,213,20); }

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

border-color css

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

 span { border-color: rgb(60,213,20); }

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