Html Css Color HEX #3CE030 Lime Green

📋 copy color: '#3CE030'

red 60 ◦ green 224 ◦ blue 48

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

Shades of Lime Green #3CE030

Tints of Lime Green #3CE030

RGB

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

 GREEN value IS 224 (87.89% from 255) = 67.47%

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

R = 18.07%
G = 67.47%
B = 14.46%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#3CE030 (or 0x3CE030) is known color: Lime Green. HEX triplet: 3C, E0 and 30. RGB value is (60,224,48). Sum of RGB (Red+Green+Blue) = 60+224+48=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 224 (87.89% from 255 or 67.47% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE030 is #C31FCF. Grayscale: #9B9B9B. Windows color (decimal): -12787664 or 3203132. OLE color: 3203132.

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

Color convert

RGB 60 224 48 -
CMYK 0.73 0 0.79 0.12
HSL 115.91º 0.74% 0.53% -
HSV(B) 115.91º 0.79% 0.88% -
XYZ 29.05 54.49 11.78 -
YUV 154.9 67.67 60.31 -
System Red Green Blue C M Y K H S L
Decimal 60 224 48 0.73 0 0.79 0.12 115.91 0.74 0.53
Hex 3C E0 30 49 0 4F C 74 4A 35
Octal 74 340 60 111 0 117 14 164 112 65
Binary 111100 11100000 110000 1001001 0 1001111 1100 1110100 1001010 110101

Color Harmonies of #3CE030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE030

Black with #3CE030

Text Example


Text Example

White with #3CE030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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