Html Css Color HEX #3CE555 Lime Green

📋 copy color: '#3CE555'

red 60 ◦ green 229 ◦ blue 85

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

Shades of Lime Green #3CE555

Tints of Lime Green #3CE555

RGB

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

 GREEN value IS 229 (89.84% from 255) = 61.23%

 BLUE value IS 85 (33.59% from 255) = 22.73%

R = 16.04%
G = 61.23%
B = 22.73%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#3CE555 (or 0x3CE555) is known color: Lime Green. HEX triplet: 3C, E5 and 55. RGB value is (60,229,85). Sum of RGB (Red+Green+Blue) = 60+229+85=374 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.04% from 374); Green value is 229 (89.84% from 255 or 61.23% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 229 - color contains mainly: green. Hex color #3CE555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CE555 is #C31AAA. Grayscale: #A2A2A2. Windows color (decimal): -12786347 or 5629244. OLE color: 5629244.

HSL color Cylindrical-coordinate representation of color #3CE555: hue angle of 128.88º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE555 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 60 229 85 -
CMYK 0.74 0 0.63 0.10
HSL 128.88º 0.76% 0.57% -
HSV(B) 128.88º 0.74% 0.9% -
XYZ 31.52 57.66 18.06 -
YUV 162.05 84.51 55.21 -
System Red Green Blue C M Y K H S L
Decimal 60 229 85 0.74 0 0.63 0.10 128.88 0.76 0.57
Hex 3C E5 55 4A 0 3F A 81 4C 39
Octal 74 345 125 112 0 77 12 201 114 71
Binary 111100 11100101 1010101 1001010 0 111111 1010 10000001 1001100 111001

Color Harmonies of #3CE555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE555

Black with #3CE555

Text Example


Text Example

White with #3CE555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,229,85); }

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

background-color css

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

 a { background-color: rgb(60,229,85); }

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

border-color css

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

 span { border-color: rgb(60,229,85); }

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