Html Css Color HEX #3CF04D Lime Green

📋 copy color: '#3CF04D'

red 60 ◦ green 240 ◦ blue 77

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

Shades of Lime Green #3CF04D

Tints of Lime Green #3CF04D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 63.66%

 BLUE value IS 77 (30.47% from 255) = 20.42%

R = 15.92%
G = 63.66%
B = 20.42%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#3CF04D (or 0x3CF04D) is known color: Lime Green. HEX triplet: 3C, F0 and 4D. RGB value is (60,240,77). Sum of RGB (Red+Green+Blue) = 60+240+77=377 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.92% from 377); Green value is 240 (94.14% from 255 or 63.66% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF04D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF04D is #C30FB2. Grayscale: #A8A8A8. Windows color (decimal): -12783539 or 5107772. OLE color: 5107772.

HSL color Cylindrical-coordinate representation of color #3CF04D: hue angle of 125.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF04D is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 240 77 -
CMYK 0.75 0 0.68 0.06
HSL 125.67º 0.86% 0.59% -
HSV(B) 125.67º 0.75% 0.94% -
XYZ 34.36 63.82 17.53 -
YUV 167.6 76.87 51.25 -
System Red Green Blue C M Y K H S L
Decimal 60 240 77 0.75 0 0.68 0.06 125.67 0.86 0.59
Hex 3C F0 4D 4B 0 44 6 7E 56 3B
Octal 74 360 115 113 0 104 6 176 126 73
Binary 111100 11110000 1001101 1001011 0 1000100 110 1111110 1010110 111011

Color Harmonies of #3CF04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF04D

Black with #3CF04D

Text Example


Text Example

White with #3CF04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,240,77); }

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

background-color css

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

 a { background-color: rgb(60,240,77); }

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

border-color css

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

 span { border-color: rgb(60,240,77); }

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