Html Css Color HEX #3CF332 Lime Green

📋 copy color: '#3CF332'

red 60 ◦ green 243 ◦ blue 50

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

Shades of Lime Green #3CF332

Tints of Lime Green #3CF332

RGB

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

 GREEN value IS 243 (95.31% from 255) = 68.84%

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

R = 17%
G = 68.84%
B = 14.16%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#3CF332 (or 0x3CF332) is known color: Lime Green. HEX triplet: 3C, F3 and 32. RGB value is (60,243,50). Sum of RGB (Red+Green+Blue) = 60+243+50=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 243 (95.31% from 255 or 68.84% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF332 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF332 is #C30CCD. Grayscale: #A6A6A6. Windows color (decimal): -12782798 or 3339068. OLE color: 3339068.

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

Color convert

RGB 60 243 50 -
CMYK 0.75 0 0.79 0.05
HSL 116.89º 0.89% 0.57% -
HSV(B) 116.89º 0.79% 0.95% -
XYZ 34.49 65.29 13.8 -
YUV 166.28 62.37 52.19 -
System Red Green Blue C M Y K H S L
Decimal 60 243 50 0.75 0 0.79 0.05 116.89 0.89 0.57
Hex 3C F3 32 4B 0 4F 5 75 59 39
Octal 74 363 62 113 0 117 5 165 131 71
Binary 111100 11110011 110010 1001011 0 1001111 101 1110101 1011001 111001

Color Harmonies of #3CF332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF332

Black with #3CF332

Text Example


Text Example

White with #3CF332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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