Html Css Color HEX #3CE12B Lime Green

📋 copy color: '#3CE12B'

red 60 ◦ green 225 ◦ blue 43

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

Shades of Lime Green #3CE12B

Tints of Lime Green #3CE12B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.11%

R = 18.29%
G = 68.6%
B = 13.11%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#3CE12B (or 0x3CE12B) is known color: Lime Green. HEX triplet: 3C, E1 and 2B. RGB value is (60,225,43). Sum of RGB (Red+Green+Blue) = 60+225+43=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 225 (88.28% from 255 or 68.60% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE12B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE12B is #C31ED4. Grayscale: #9B9B9B. Windows color (decimal): -12787413 or 2875708. OLE color: 2875708.

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

Color convert

RGB 60 225 43 -
CMYK 0.73 0 0.81 0.12
HSL 114.4º 0.75% 0.53% -
HSV(B) 114.4º 0.81% 0.88% -
XYZ 29.22 54.99 11.36 -
YUV 154.92 64.84 60.3 -
System Red Green Blue C M Y K H S L
Decimal 60 225 43 0.73 0 0.81 0.12 114.4 0.75 0.53
Hex 3C E1 2B 49 0 51 C 72 4B 35
Octal 74 341 53 111 0 121 14 162 113 65
Binary 111100 11100001 101011 1001001 0 1010001 1100 1110010 1001011 110101

Color Harmonies of #3CE12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE12B

Black with #3CE12B

Text Example


Text Example

White with #3CE12B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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