Html Css Color HEX #3CE14B Lime Green

📋 copy color: '#3CE14B'

red 60 ◦ green 225 ◦ blue 75

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

Shades of Lime Green #3CE14B

Tints of Lime Green #3CE14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.83%

R = 16.67%
G = 62.5%
B = 20.83%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#3CE14B (or 0x3CE14B) is known color: Lime Green. HEX triplet: 3C, E1 and 4B. RGB value is (60,225,75). Sum of RGB (Red+Green+Blue) = 60+225+75=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 225 (88.28% from 255 or 62.5% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE14B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE14B is #C31EB4. Grayscale: #9F9F9F. Windows color (decimal): -12787381 or 4972860. OLE color: 4972860.

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

Color convert

RGB 60 225 75 -
CMYK 0.73 0 0.67 0.12
HSL 125.45º 0.73% 0.56% -
HSV(B) 125.45º 0.73% 0.88% -
XYZ 30.06 55.32 15.75 -
YUV 158.57 80.84 57.7 -
System Red Green Blue C M Y K H S L
Decimal 60 225 75 0.73 0 0.67 0.12 125.45 0.73 0.56
Hex 3C E1 4B 49 0 43 C 7D 49 38
Octal 74 341 113 111 0 103 14 175 111 70
Binary 111100 11100001 1001011 1001001 0 1000011 1100 1111101 1001001 111000

Color Harmonies of #3CE14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE14B

Black with #3CE14B

Text Example


Text Example

White with #3CE14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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