Html Css Color HEX #3CE128 Lime Green

📋 copy color: '#3CE128'

red 60 ◦ green 225 ◦ blue 40

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

Shades of Lime Green #3CE128

Tints of Lime Green #3CE128

RGB

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

 GREEN value IS 225 (88.28% from 255) = 69.23%

 BLUE value IS 40 (16.02% from 255) = 12.31%

R = 18.46%
G = 69.23%
B = 12.31%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#3CE128 (or 0x3CE128) is known color: Lime Green. HEX triplet: 3C, E1 and 28. RGB value is (60,225,40). Sum of RGB (Red+Green+Blue) = 60+225+40=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 225 (88.28% from 255 or 69.23% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE128 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE128 is #C31ED7. Grayscale: #9B9B9B. Windows color (decimal): -12787416 or 2679100. OLE color: 2679100.

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

Color convert

RGB 60 225 40 -
CMYK 0.73 0 0.82 0.12
HSL 113.51º 0.76% 0.52% -
HSV(B) 113.51º 0.82% 0.88% -
XYZ 29.17 54.96 11.08 -
YUV 154.58 63.34 60.54 -
System Red Green Blue C M Y K H S L
Decimal 60 225 40 0.73 0 0.82 0.12 113.51 0.76 0.52
Hex 3C E1 28 49 0 52 C 72 4C 34
Octal 74 341 50 111 0 122 14 162 114 64
Binary 111100 11100001 101000 1001001 0 1010010 1100 1110010 1001100 110100

Color Harmonies of #3CE128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE128

Black with #3CE128

Text Example


Text Example

White with #3CE128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,225,40); }

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

background-color css

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

 a { background-color: rgb(60,225,40); }

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

border-color css

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

 span { border-color: rgb(60,225,40); }

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