Html Css Color HEX #3CEB32 Lime Green

📋 copy color: '#3CEB32'

red 60 ◦ green 235 ◦ blue 50

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

Shades of Lime Green #3CEB32

Tints of Lime Green #3CEB32

RGB

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

 GREEN value IS 235 (92.19% from 255) = 68.12%

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

R = 17.39%
G = 68.12%
B = 14.49%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#3CEB32 (or 0x3CEB32) is known color: Lime Green. HEX triplet: 3C, EB and 32. RGB value is (60,235,50). Sum of RGB (Red+Green+Blue) = 60+235+50=345 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.39% from 345); Green value is 235 (92.19% from 255 or 68.12% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 235 - color contains mainly: green. Hex color #3CEB32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEB32 is #C314CD. Grayscale: #A2A2A2. Windows color (decimal): -12784846 or 3337020. OLE color: 3337020.

HSL color Cylindrical-coordinate representation of color #3CEB32: hue angle of 116.76º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3CEB32 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 235 50 -
CMYK 0.74 0 0.79 0.08
HSL 116.76º 0.82% 0.56% -
HSV(B) 116.76º 0.79% 0.92% -
XYZ 32.15 60.61 13.02 -
YUV 161.59 65.02 55.54 -
System Red Green Blue C M Y K H S L
Decimal 60 235 50 0.74 0 0.79 0.08 116.76 0.82 0.56
Hex 3C EB 32 4A 0 4F 8 75 52 38
Octal 74 353 62 112 0 117 10 165 122 70
Binary 111100 11101011 110010 1001010 0 1001111 1000 1110101 1010010 111000

Color Harmonies of #3CEB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEB32

Black with #3CEB32

Text Example


Text Example

White with #3CEB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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