Html Css Color HEX #3CD32F Lime Green

📋 copy color: '#3CD32F'

red 60 ◦ green 211 ◦ blue 47

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

Shades of Lime Green #3CD32F

Tints of Lime Green #3CD32F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 66.35%

 BLUE value IS 47 (18.75% from 255) = 14.78%

R = 18.87%
G = 66.35%
B = 14.78%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#3CD32F (or 0x3CD32F) is known color: Lime Green. HEX triplet: 3C, D3 and 2F. RGB value is (60,211,47). Sum of RGB (Red+Green+Blue) = 60+211+47=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 211 (82.81% from 255 or 66.35% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 211 - color contains mainly: green. Hex color #3CD32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD32F is #C32CD0. Grayscale: #939393. Windows color (decimal): -12790993 or 3134268. OLE color: 3134268.

HSL color Cylindrical-coordinate representation of color #3CD32F: hue angle of 115.24º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CD32F is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 60 211 47 -
CMYK 0.72 0 0.78 0.17
HSL 115.24º 0.65% 0.51% -
HSV(B) 115.24º 0.78% 0.83% -
XYZ 25.67 47.75 10.55 -
YUV 147.16 71.47 65.84 -
System Red Green Blue C M Y K H S L
Decimal 60 211 47 0.72 0 0.78 0.17 115.24 0.65 0.51
Hex 3C D3 2F 48 0 4E 11 73 41 33
Octal 74 323 57 110 0 116 21 163 101 63
Binary 111100 11010011 101111 1001000 0 1001110 10001 1110011 1000001 110011

Color Harmonies of #3CD32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD32F

Black with #3CD32F

Text Example


Text Example

White with #3CD32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,211,47); }

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

background-color css

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

 a { background-color: rgb(60,211,47); }

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

border-color css

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

 span { border-color: rgb(60,211,47); }

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