Html Css Color HEX #3CD81D Lime Green

📋 copy color: '#3CD81D'

red 60 ◦ green 216 ◦ blue 29

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

Shades of Lime Green #3CD81D

Tints of Lime Green #3CD81D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 70.82%

 BLUE value IS 29 (11.72% from 255) = 9.51%

R = 19.67%
G = 70.82%
B = 9.51%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#3CD81D (or 0x3CD81D) is known color: Lime Green. HEX triplet: 3C, D8 and 1D. RGB value is (60,216,29). Sum of RGB (Red+Green+Blue) = 60+216+29=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 216 (84.77% from 255 or 70.82% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 216 - color contains mainly: green. Hex color #3CD81D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD81D is #C327E2. Grayscale: #949494. Windows color (decimal): -12789731 or 1955900. OLE color: 1955900.

HSL color Cylindrical-coordinate representation of color #3CD81D: hue angle of 110.05º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3CD81D is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 60 216 29 -
CMYK 0.72 0 0.87 0.15
HSL 110.05º 0.76% 0.48% -
HSV(B) 110.05º 0.87% 0.85% -
XYZ 26.64 50.16 9.44 -
YUV 148.04 60.82 65.21 -
System Red Green Blue C M Y K H S L
Decimal 60 216 29 0.72 0 0.87 0.15 110.05 0.76 0.48
Hex 3C D8 1D 48 0 57 F 6E 4C 30
Octal 74 330 35 110 0 127 17 156 114 60
Binary 111100 11011000 11101 1001000 0 1010111 1111 1101110 1001100 110000

Color Harmonies of #3CD81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD81D

Black with #3CD81D

Text Example


Text Example

White with #3CD81D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,216,29); }

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

background-color css

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

 a { background-color: rgb(60,216,29); }

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

border-color css

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

 span { border-color: rgb(60,216,29); }

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