Html Css Color HEX #3CE655 Lime Green

📋 copy color: '#3CE655'

red 60 ◦ green 230 ◦ blue 85

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

Shades of Lime Green #3CE655

Tints of Lime Green #3CE655

RGB

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

 GREEN value IS 230 (90.23% from 255) = 61.33%

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

R = 16%
G = 61.33%
B = 22.67%

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

#3CE655 (or 0x3CE655) is known color: Lime Green. HEX triplet: 3C, E6 and 55. RGB value is (60,230,85). Sum of RGB (Red+Green+Blue) = 60+230+85=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 230 (90.23% from 255 or 61.33% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 230 - color contains mainly: green. Hex color #3CE655 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CE655 is #C319AA. Grayscale: #A3A3A3. Windows color (decimal): -12786091 or 5629500. OLE color: 5629500.

HSL color Cylindrical-coordinate representation of color #3CE655: hue angle of 128.82º degrees, saturation: 0.77, 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 #3CE655 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 60 230 85 -
CMYK 0.74 0 0.63 0.10
HSL 128.82º 0.77% 0.57% -
HSV(B) 128.82º 0.74% 0.9% -
XYZ 31.8 58.21 18.15 -
YUV 162.64 84.18 54.79 -
System Red Green Blue C M Y K H S L
Decimal 60 230 85 0.74 0 0.63 0.10 128.82 0.77 0.57
Hex 3C E6 55 4A 0 3F A 81 4D 39
Octal 74 346 125 112 0 77 12 201 115 71
Binary 111100 11100110 1010101 1001010 0 111111 1010 10000001 1001101 111001

Color Harmonies of #3CE655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE655

Black with #3CE655

Text Example


Text Example

White with #3CE655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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