Html Css Color HEX #3CCF41 Lime Green

📋 copy color: '#3CCF41'

red 60 ◦ green 207 ◦ blue 65

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

Shades of Lime Green #3CCF41

Tints of Lime Green #3CCF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.58%

R = 18.07%
G = 62.35%
B = 19.58%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#3CCF41 (or 0x3CCF41) is known color: Lime Green. HEX triplet: 3C, CF and 41. RGB value is (60,207,65). Sum of RGB (Red+Green+Blue) = 60+207+65=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 207 (81.25% from 255 or 62.35% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCF41 is #C330BE. Grayscale: #939393. Windows color (decimal): -12791999 or 4312892. OLE color: 4312892.

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

Color convert

RGB 60 207 65 -
CMYK 0.71 0 0.69 0.19
HSL 122.04º 0.6% 0.52% -
HSV(B) 122.04º 0.71% 0.81% -
XYZ 25.13 45.97 12.55 -
YUV 146.86 81.8 66.05 -
System Red Green Blue C M Y K H S L
Decimal 60 207 65 0.71 0 0.69 0.19 122.04 0.6 0.52
Hex 3C CF 41 47 0 45 13 7A 3C 34
Octal 74 317 101 107 0 105 23 172 74 64
Binary 111100 11001111 1000001 1000111 0 1000101 10011 1111010 111100 110100

Color Harmonies of #3CCF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCF41

Black with #3CCF41

Text Example


Text Example

White with #3CCF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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