Html Css Color HEX #3CEF48 Lime Green

📋 copy color: '#3CEF48'

red 60 ◦ green 239 ◦ blue 72

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

Shades of Lime Green #3CEF48

Tints of Lime Green #3CEF48

RGB

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

 GREEN value IS 239 (93.75% from 255) = 64.42%

 BLUE value IS 72 (28.52% from 255) = 19.41%

R = 16.17%
G = 64.42%
B = 19.41%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#3CEF48 (or 0x3CEF48) is known color: Lime Green. HEX triplet: 3C, EF and 48. RGB value is (60,239,72). Sum of RGB (Red+Green+Blue) = 60+239+72=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 239 (93.75% from 255 or 64.42% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEF48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEF48 is #C310B7. Grayscale: #A6A6A6. Windows color (decimal): -12783800 or 4779836. OLE color: 4779836.

HSL color Cylindrical-coordinate representation of color #3CEF48: hue angle of 124.02º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEF48 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 239 72 -
CMYK 0.75 0 0.70 0.06
HSL 124.02º 0.85% 0.59% -
HSV(B) 124.02º 0.75% 0.94% -
XYZ 33.9 63.16 16.54 -
YUV 166.44 74.7 52.08 -
System Red Green Blue C M Y K H S L
Decimal 60 239 72 0.75 0 0.70 0.06 124.02 0.85 0.59
Hex 3C EF 48 4B 0 46 6 7C 55 3B
Octal 74 357 110 113 0 106 6 174 125 73
Binary 111100 11101111 1001000 1001011 0 1000110 110 1111100 1010101 111011

Color Harmonies of #3CEF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEF48

Black with #3CEF48

Text Example


Text Example

White with #3CEF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,239,72); }

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

background-color css

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

 a { background-color: rgb(60,239,72); }

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

border-color css

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

 span { border-color: rgb(60,239,72); }

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