Html Css Color HEX #3CE230 Lime Green

📋 copy color: '#3CE230'

red 60 ◦ green 226 ◦ blue 48

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

Shades of Lime Green #3CE230

Tints of Lime Green #3CE230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.37%

R = 17.96%
G = 67.66%
B = 14.37%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#3CE230 (or 0x3CE230) is known color: Lime Green. HEX triplet: 3C, E2 and 30. RGB value is (60,226,48). Sum of RGB (Red+Green+Blue) = 60+226+48=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 226 (88.67% from 255 or 67.66% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 226 - color contains mainly: green. Hex color #3CE230 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE230 is #C31DCF. Grayscale: #9C9C9C. Windows color (decimal): -12787152 or 3203644. OLE color: 3203644.

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

Color convert

RGB 60 226 48 -
CMYK 0.73 0 0.79 0.11
HSL 115.96º 0.75% 0.54% -
HSV(B) 115.96º 0.79% 0.89% -
XYZ 29.59 55.57 11.96 -
YUV 156.07 67 59.47 -
System Red Green Blue C M Y K H S L
Decimal 60 226 48 0.73 0 0.79 0.11 115.96 0.75 0.54
Hex 3C E2 30 49 0 4F B 74 4B 36
Octal 74 342 60 111 0 117 13 164 113 66
Binary 111100 11100010 110000 1001001 0 1001111 1011 1110100 1001011 110110

Color Harmonies of #3CE230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE230

Black with #3CE230

Text Example


Text Example

White with #3CE230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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