Html Css Color HEX #3CDF38 Lime Green

📋 copy color: '#3CDF38'

red 60 ◦ green 223 ◦ blue 56

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

Shades of Lime Green #3CDF38

Tints of Lime Green #3CDF38

RGB

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

 GREEN value IS 223 (87.5% from 255) = 65.78%

 BLUE value IS 56 (22.27% from 255) = 16.52%

R = 17.7%
G = 65.78%
B = 16.52%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#3CDF38 (or 0x3CDF38) is known color: Lime Green. HEX triplet: 3C, DF and 38. RGB value is (60,223,56). Sum of RGB (Red+Green+Blue) = 60+223+56=339 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.70% from 339); Green value is 223 (87.5% from 255 or 65.78% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDF38 is #C320C7. Grayscale: #9B9B9B. Windows color (decimal): -12787912 or 3727164. OLE color: 3727164.

HSL color Cylindrical-coordinate representation of color #3CDF38: hue angle of 118.56º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CDF38 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 223 56 -
CMYK 0.73 0 0.75 0.13
HSL 118.56º 0.72% 0.55% -
HSV(B) 118.56º 0.75% 0.87% -
XYZ 28.96 54.02 12.64 -
YUV 155.23 72 60.08 -
System Red Green Blue C M Y K H S L
Decimal 60 223 56 0.73 0 0.75 0.13 118.56 0.72 0.55
Hex 3C DF 38 49 0 4B D 77 48 37
Octal 74 337 70 111 0 113 15 167 110 67
Binary 111100 11011111 111000 1001001 0 1001011 1101 1110111 1001000 110111

Color Harmonies of #3CDF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDF38

Black with #3CDF38

Text Example


Text Example

White with #3CDF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,223,56); }

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

background-color css

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

 a { background-color: rgb(60,223,56); }

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

border-color css

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

 span { border-color: rgb(60,223,56); }

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