Html Css Color HEX #3CEF32 Lime Green

📋 copy color: '#3CEF32'

red 60 ◦ green 239 ◦ blue 50

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

Shades of Lime Green #3CEF32

Tints of Lime Green #3CEF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.33%

R = 17.19%
G = 68.48%
B = 14.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#3CEF32 (or 0x3CEF32) is known color: Lime Green. HEX triplet: 3C, EF and 32. RGB value is (60,239,50). Sum of RGB (Red+Green+Blue) = 60+239+50=349 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.19% from 349); Green value is 239 (93.75% from 255 or 68.48% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEF32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEF32 is #C310CD. Grayscale: #A4A4A4. Windows color (decimal): -12783822 or 3338044. OLE color: 3338044.

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

Color convert

RGB 60 239 50 -
CMYK 0.75 0 0.79 0.06
HSL 116.83º 0.86% 0.57% -
HSV(B) 116.83º 0.79% 0.94% -
XYZ 33.31 62.92 13.41 -
YUV 163.93 63.7 53.87 -
System Red Green Blue C M Y K H S L
Decimal 60 239 50 0.75 0 0.79 0.06 116.83 0.86 0.57
Hex 3C EF 32 4B 0 4F 6 75 56 39
Octal 74 357 62 113 0 117 6 165 126 71
Binary 111100 11101111 110010 1001011 0 1001111 110 1110101 1010110 111001

Color Harmonies of #3CEF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEF32

Black with #3CEF32

Text Example


Text Example

White with #3CEF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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