Html Css Color HEX #3CEE41 Lime Green

📋 copy color: '#3CEE41'

red 60 ◦ green 238 ◦ blue 65

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

Shades of Lime Green #3CEE41

Tints of Lime Green #3CEE41

RGB

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

 GREEN value IS 238 (93.36% from 255) = 65.56%

 BLUE value IS 65 (25.78% from 255) = 17.91%

R = 16.53%
G = 65.56%
B = 17.91%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#3CEE41 (or 0x3CEE41) is known color: Lime Green. HEX triplet: 3C, EE and 41. RGB value is (60,238,65). Sum of RGB (Red+Green+Blue) = 60+238+65=363 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.53% from 363); Green value is 238 (93.36% from 255 or 65.56% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 238 - color contains mainly: green. Hex color #3CEE41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEE41 is #C311BE. Grayscale: #A5A5A5. Windows color (decimal): -12784063 or 4320828. OLE color: 4320828.

HSL color Cylindrical-coordinate representation of color #3CEE41: hue angle of 121.69º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEE41 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 238 65 -
CMYK 0.75 0 0.73 0.07
HSL 121.69º 0.84% 0.58% -
HSV(B) 121.69º 0.75% 0.93% -
XYZ 33.39 62.49 15.3 -
YUV 165.06 71.53 53.07 -
System Red Green Blue C M Y K H S L
Decimal 60 238 65 0.75 0 0.73 0.07 121.69 0.84 0.58
Hex 3C EE 41 4B 0 49 7 7A 54 3A
Octal 74 356 101 113 0 111 7 172 124 72
Binary 111100 11101110 1000001 1001011 0 1001001 111 1111010 1010100 111010

Color Harmonies of #3CEE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEE41

Black with #3CEE41

Text Example


Text Example

White with #3CEE41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,238,65); }

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

background-color css

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

 a { background-color: rgb(60,238,65); }

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

border-color css

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

 span { border-color: rgb(60,238,65); }

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