Html Css Color HEX #3CDC26 Lime Green

📋 copy color: '#3CDC26'

red 60 ◦ green 220 ◦ blue 38

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

Shades of Lime Green #3CDC26

Tints of Lime Green #3CDC26

RGB

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

 GREEN value IS 220 (86.33% from 255) = 69.18%

 BLUE value IS 38 (15.23% from 255) = 11.95%

R = 18.87%
G = 69.18%
B = 11.95%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#3CDC26 (or 0x3CDC26) is known color: Lime Green. HEX triplet: 3C, DC and 26. RGB value is (60,220,38). Sum of RGB (Red+Green+Blue) = 60+220+38=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 220 (86.33% from 255 or 69.18% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDC26 is #C323D9. Grayscale: #979797. Windows color (decimal): -12788698 or 2546748. OLE color: 2546748.

HSL color Cylindrical-coordinate representation of color #3CDC26: hue angle of 112.75º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3CDC26 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 220 38 -
CMYK 0.73 0 0.83 0.14
HSL 112.75º 0.72% 0.51% -
HSV(B) 112.75º 0.83% 0.86% -
XYZ 27.81 52.29 10.46 -
YUV 151.41 63.99 62.8 -
System Red Green Blue C M Y K H S L
Decimal 60 220 38 0.73 0 0.83 0.14 112.75 0.72 0.51
Hex 3C DC 26 49 0 53 E 71 48 33
Octal 74 334 46 111 0 123 16 161 110 63
Binary 111100 11011100 100110 1001001 0 1010011 1110 1110001 1001000 110011

Color Harmonies of #3CDC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDC26

Black with #3CDC26

Text Example


Text Example

White with #3CDC26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,220,38); }

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

background-color css

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

 a { background-color: rgb(60,220,38); }

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

border-color css

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

 span { border-color: rgb(60,220,38); }

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