Html Css Color HEX #3CD038 Lime Green

📋 copy color: '#3CD038'

red 60 ◦ green 208 ◦ blue 56

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

Shades of Lime Green #3CD038

Tints of Lime Green #3CD038

RGB

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

 GREEN value IS 208 (81.64% from 255) = 64.2%

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

R = 18.52%
G = 64.2%
B = 17.28%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#3CD038 (or 0x3CD038) is known color: Lime Green. HEX triplet: 3C, D0 and 38. RGB value is (60,208,56). Sum of RGB (Red+Green+Blue) = 60+208+56=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 208 (81.64% from 255 or 64.20% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 208 - color contains mainly: green. Hex color #3CD038 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD038 is #C32FC7. Grayscale: #929292. Windows color (decimal): -12791752 or 3723324. OLE color: 3723324.

HSL color Cylindrical-coordinate representation of color #3CD038: hue angle of 118.42º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CD038 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 60 208 56 -
CMYK 0.71 0 0.73 0.18
HSL 118.42º 0.62% 0.52% -
HSV(B) 118.42º 0.73% 0.82% -
XYZ 25.13 46.36 11.36 -
YUV 146.42 76.97 66.36 -
System Red Green Blue C M Y K H S L
Decimal 60 208 56 0.71 0 0.73 0.18 118.42 0.62 0.52
Hex 3C D0 38 47 0 49 12 76 3E 34
Octal 74 320 70 107 0 111 22 166 76 64
Binary 111100 11010000 111000 1000111 0 1001001 10010 1110110 111110 110100

Color Harmonies of #3CD038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD038

Black with #3CD038

Text Example


Text Example

White with #3CD038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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