Html Css Color HEX #3CCF1E Lime Green

📋 copy color: '#3CCF1E'

red 60 ◦ green 207 ◦ blue 30

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

Shades of Lime Green #3CCF1E

Tints of Lime Green #3CCF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.1%

R = 20.2%
G = 69.7%
B = 10.1%

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

#3CCF1E (or 0x3CCF1E) is known color: Lime Green. HEX triplet: 3C, CF and 1E. RGB value is (60,207,30). Sum of RGB (Red+Green+Blue) = 60+207+30=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 207 (81.25% from 255 or 69.70% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCF1E is #C330E1. Grayscale: #8F8F8F. Windows color (decimal): -12792034 or 2019132. OLE color: 2019132.

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

Color convert

RGB 60 207 30 -
CMYK 0.71 0 0.86 0.19
HSL 109.83º 0.75% 0.46% -
HSV(B) 109.83º 0.86% 0.81% -
XYZ 24.41 45.68 8.76 -
YUV 142.87 64.3 68.89 -
System Red Green Blue C M Y K H S L
Decimal 60 207 30 0.71 0 0.86 0.19 109.83 0.75 0.46
Hex 3C CF 1E 47 0 56 13 6E 4B 2E
Octal 74 317 36 107 0 126 23 156 113 56
Binary 111100 11001111 11110 1000111 0 1010110 10011 1101110 1001011 101110

Color Harmonies of #3CCF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCF1E

Black with #3CCF1E

Text Example


Text Example

White with #3CCF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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