Html Css Color HEX #3CCF1D Lime Green

📋 copy color: '#3CCF1D'

red 60 ◦ green 207 ◦ blue 29

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

Shades of Lime Green #3CCF1D

Tints of Lime Green #3CCF1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.8%

R = 20.27%
G = 69.93%
B = 9.8%

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

#3CCF1D (or 0x3CCF1D) is known color: Lime Green. HEX triplet: 3C, CF and 1D. RGB value is (60,207,29). Sum of RGB (Red+Green+Blue) = 60+207+29=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 207 (81.25% from 255 or 69.93% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCF1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCF1D is #C330E2. Grayscale: #8F8F8F. Windows color (decimal): -12792035 or 1953596. OLE color: 1953596.

HSL color Cylindrical-coordinate representation of color #3CCF1D: hue angle of 109.55º degrees, saturation: 0.75, 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 #3CCF1D is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 207 29 -
CMYK 0.71 0 0.86 0.19
HSL 109.55º 0.75% 0.46% -
HSV(B) 109.55º 0.86% 0.81% -
XYZ 24.4 45.68 8.69 -
YUV 142.76 63.8 68.97 -
System Red Green Blue C M Y K H S L
Decimal 60 207 29 0.71 0 0.86 0.19 109.55 0.75 0.46
Hex 3C CF 1D 47 0 56 13 6E 4B 2E
Octal 74 317 35 107 0 126 23 156 113 56
Binary 111100 11001111 11101 1000111 0 1010110 10011 1101110 1001011 101110

Color Harmonies of #3CCF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCF1D

Black with #3CCF1D

Text Example


Text Example

White with #3CCF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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