Html Css Color HEX #3CE224 Lime Green

📋 copy color: '#3CE224'

red 60 ◦ green 226 ◦ blue 36

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

Shades of Lime Green #3CE224

Tints of Lime Green #3CE224

RGB

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

 GREEN value IS 226 (88.67% from 255) = 70.19%

 BLUE value IS 36 (14.45% from 255) = 11.18%

R = 18.63%
G = 70.19%
B = 11.18%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#3CE224 (or 0x3CE224) is known color: Lime Green. HEX triplet: 3C, E2 and 24. RGB value is (60,226,36). Sum of RGB (Red+Green+Blue) = 60+226+36=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 226 (88.67% from 255 or 70.19% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 226 - color contains mainly: green. Hex color #3CE224 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE224 is #C31DDB. Grayscale: #9B9B9B. Windows color (decimal): -12787164 or 2417212. OLE color: 2417212.

HSL color Cylindrical-coordinate representation of color #3CE224: hue angle of 112.42º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CE224 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 60 226 36 -
CMYK 0.73 0 0.84 0.11
HSL 112.42º 0.77% 0.51% -
HSV(B) 112.42º 0.84% 0.89% -
XYZ 29.38 55.48 10.83 -
YUV 154.71 61 60.45 -
System Red Green Blue C M Y K H S L
Decimal 60 226 36 0.73 0 0.84 0.11 112.42 0.77 0.51
Hex 3C E2 24 49 0 54 B 70 4D 33
Octal 74 342 44 111 0 124 13 160 115 63
Binary 111100 11100010 100100 1001001 0 1010100 1011 1110000 1001101 110011

Color Harmonies of #3CE224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE224

Black with #3CE224

Text Example


Text Example

White with #3CE224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,226,36); }

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

background-color css

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

 a { background-color: rgb(60,226,36); }

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

border-color css

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

 span { border-color: rgb(60,226,36); }

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