Html Css Color HEX #3CEB55 Lime Green

📋 copy color: '#3CEB55'

red 60 ◦ green 235 ◦ blue 85

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

Shades of Lime Green #3CEB55

Tints of Lime Green #3CEB55

RGB

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

 GREEN value IS 235 (92.19% from 255) = 61.84%

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

R = 15.79%
G = 61.84%
B = 22.37%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#3CEB55 (or 0x3CEB55) is known color: Lime Green. HEX triplet: 3C, EB and 55. RGB value is (60,235,85). Sum of RGB (Red+Green+Blue) = 60+235+85=380 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.79% from 380); Green value is 235 (92.19% from 255 or 61.84% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 235 - color contains mainly: green. Hex color #3CEB55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CEB55 is #C314AA. Grayscale: #A6A6A6. Windows color (decimal): -12784811 or 5630780. OLE color: 5630780.

HSL color Cylindrical-coordinate representation of color #3CEB55: hue angle of 128.57º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CEB55 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 235 85 -
CMYK 0.74 0 0.64 0.08
HSL 128.57º 0.81% 0.58% -
HSV(B) 128.57º 0.74% 0.92% -
XYZ 33.21 61.03 18.62 -
YUV 165.58 82.52 52.7 -
System Red Green Blue C M Y K H S L
Decimal 60 235 85 0.74 0 0.64 0.08 128.57 0.81 0.58
Hex 3C EB 55 4A 0 40 8 81 51 3A
Octal 74 353 125 112 0 100 10 201 121 72
Binary 111100 11101011 1010101 1001010 0 1000000 1000 10000001 1010001 111010

Color Harmonies of #3CEB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEB55

Black with #3CEB55

Text Example


Text Example

White with #3CEB55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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