Html Css Color HEX #3CDF2C Lime Green

📋 copy color: '#3CDF2C'

red 60 ◦ green 223 ◦ blue 44

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

Shades of Lime Green #3CDF2C

Tints of Lime Green #3CDF2C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 68.2%

 BLUE value IS 44 (17.58% from 255) = 13.46%

R = 18.35%
G = 68.2%
B = 13.46%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#3CDF2C (or 0x3CDF2C) is known color: Lime Green. HEX triplet: 3C, DF and 2C. RGB value is (60,223,44). Sum of RGB (Red+Green+Blue) = 60+223+44=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 223 (87.5% from 255 or 68.20% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDF2C is #C320D3. Grayscale: #9A9A9A. Windows color (decimal): -12787924 or 2940732. OLE color: 2940732.

HSL color Cylindrical-coordinate representation of color #3CDF2C: hue angle of 114.64º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3CDF2C is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 223 44 -
CMYK 0.73 0 0.80 0.13
HSL 114.64º 0.74% 0.52% -
HSV(B) 114.64º 0.8% 0.87% -
XYZ 28.71 53.92 11.28 -
YUV 153.86 66 61.05 -
System Red Green Blue C M Y K H S L
Decimal 60 223 44 0.73 0 0.80 0.13 114.64 0.74 0.52
Hex 3C DF 2C 49 0 50 D 73 4A 34
Octal 74 337 54 111 0 120 15 163 112 64
Binary 111100 11011111 101100 1001001 0 1010000 1101 1110011 1001010 110100

Color Harmonies of #3CDF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDF2C

Black with #3CDF2C

Text Example


Text Example

White with #3CDF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,223,44); }

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

background-color css

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

 a { background-color: rgb(60,223,44); }

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

border-color css

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

 span { border-color: rgb(60,223,44); }

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