Html Css Color HEX #3CCF1C Lime Green

📋 copy color: '#3CCF1C'

red 60 ◦ green 207 ◦ blue 28

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

Shades of Lime Green #3CCF1C

Tints of Lime Green #3CCF1C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 70.17%

 BLUE value IS 28 (11.33% from 255) = 9.49%

R = 20.34%
G = 70.17%
B = 9.49%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#3CCF1C (or 0x3CCF1C) is known color: Lime Green. HEX triplet: 3C, CF and 1C. RGB value is (60,207,28). Sum of RGB (Red+Green+Blue) = 60+207+28=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 207 (81.25% from 255 or 70.17% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCF1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCF1C is #C330E3. Grayscale: #8F8F8F. Windows color (decimal): -12792036 or 1888060. OLE color: 1888060.

HSL color Cylindrical-coordinate representation of color #3CCF1C: hue angle of 109.27º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3CCF1C is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 207 28 -
CMYK 0.71 0 0.86 0.19
HSL 109.27º 0.76% 0.46% -
HSV(B) 109.27º 0.86% 0.81% -
XYZ 24.39 45.67 8.63 -
YUV 142.64 63.3 69.05 -
System Red Green Blue C M Y K H S L
Decimal 60 207 28 0.71 0 0.86 0.19 109.27 0.76 0.46
Hex 3C CF 1C 47 0 56 13 6D 4C 2E
Octal 74 317 34 107 0 126 23 155 114 56
Binary 111100 11001111 11100 1000111 0 1010110 10011 1101101 1001100 101110

Color Harmonies of #3CCF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCF1C

Black with #3CCF1C

Text Example


Text Example

White with #3CCF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,207,28); }

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

background-color css

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

 a { background-color: rgb(60,207,28); }

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

border-color css

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

 span { border-color: rgb(60,207,28); }

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