Html Css Color HEX #3CF42F Lime Green

📋 copy color: '#3CF42F'

red 60 ◦ green 244 ◦ blue 47

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

Shades of Lime Green #3CF42F

Tints of Lime Green #3CF42F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 69.52%

 BLUE value IS 47 (18.75% from 255) = 13.39%

R = 17.09%
G = 69.52%
B = 13.39%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#3CF42F (or 0x3CF42F) is known color: Lime Green. HEX triplet: 3C, F4 and 2F. RGB value is (60,244,47). Sum of RGB (Red+Green+Blue) = 60+244+47=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 244 (95.70% from 255 or 69.52% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 244 - color contains mainly: green. Hex color #3CF42F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF42F is #C30BD0. Grayscale: #A7A7A7. Windows color (decimal): -12782545 or 3142716. OLE color: 3142716.

HSL color Cylindrical-coordinate representation of color #3CF42F: hue angle of 116.04º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3CF42F is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 60 244 47 -
CMYK 0.75 0 0.81 0.04
HSL 116.04º 0.9% 0.57% -
HSV(B) 116.04º 0.81% 0.96% -
XYZ 34.73 65.87 13.57 -
YUV 166.53 60.54 52.02 -
System Red Green Blue C M Y K H S L
Decimal 60 244 47 0.75 0 0.81 0.04 116.04 0.9 0.57
Hex 3C F4 2F 4B 0 51 4 74 5A 39
Octal 74 364 57 113 0 121 4 164 132 71
Binary 111100 11110100 101111 1001011 0 1010001 100 1110100 1011010 111001

Color Harmonies of #3CF42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF42F

Black with #3CF42F

Text Example


Text Example

White with #3CF42F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,244,47); }

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

background-color css

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

 a { background-color: rgb(60,244,47); }

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

border-color css

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

 span { border-color: rgb(60,244,47); }

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