Html Css Color HEX #3CF42D Lime Green

📋 copy color: '#3CF42D'

red 60 ◦ green 244 ◦ blue 45

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

Shades of Lime Green #3CF42D

Tints of Lime Green #3CF42D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.89%

R = 17.19%
G = 69.91%
B = 12.89%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#3CF42D (or 0x3CF42D) is known color: Lime Green. HEX triplet: 3C, F4 and 2D. RGB value is (60,244,45). Sum of RGB (Red+Green+Blue) = 60+244+45=349 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.19% from 349); Green value is 244 (95.70% from 255 or 69.91% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 244 - color contains mainly: green. Hex color #3CF42D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF42D is #C30BD2. Grayscale: #A6A6A6. Windows color (decimal): -12782547 or 3011644. OLE color: 3011644.

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

Color convert

RGB 60 244 45 -
CMYK 0.75 0 0.82 0.04
HSL 115.48º 0.9% 0.57% -
HSV(B) 115.48º 0.82% 0.96% -
XYZ 34.69 65.85 13.37 -
YUV 166.3 59.54 52.18 -
System Red Green Blue C M Y K H S L
Decimal 60 244 45 0.75 0 0.82 0.04 115.48 0.9 0.57
Hex 3C F4 2D 4B 0 52 4 73 5A 39
Octal 74 364 55 113 0 122 4 163 132 71
Binary 111100 11110100 101101 1001011 0 1010010 100 1110011 1011010 111001

Color Harmonies of #3CF42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF42D

Black with #3CF42D

Text Example


Text Example

White with #3CF42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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