Html Css Color HEX #3CF24A Lime Green

📋 copy color: '#3CF24A'

red 60 ◦ green 242 ◦ blue 74

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

Shades of Lime Green #3CF24A

Tints of Lime Green #3CF24A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 64.36%

 BLUE value IS 74 (29.3% from 255) = 19.68%

R = 15.96%
G = 64.36%
B = 19.68%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#3CF24A (or 0x3CF24A) is known color: Lime Green. HEX triplet: 3C, F2 and 4A. RGB value is (60,242,74). Sum of RGB (Red+Green+Blue) = 60+242+74=376 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.96% from 376); Green value is 242 (94.92% from 255 or 64.36% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF24A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF24A is #C30DB5. Grayscale: #A8A8A8. Windows color (decimal): -12783030 or 4911676. OLE color: 4911676.

HSL color Cylindrical-coordinate representation of color #3CF24A: hue angle of 124.62º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF24A is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 60 242 74 -
CMYK 0.75 0 0.69 0.05
HSL 124.62º 0.88% 0.59% -
HSV(B) 124.62º 0.75% 0.95% -
XYZ 34.85 64.96 17.18 -
YUV 168.43 74.7 50.66 -
System Red Green Blue C M Y K H S L
Decimal 60 242 74 0.75 0 0.69 0.05 124.62 0.88 0.59
Hex 3C F2 4A 4B 0 45 5 7D 58 3B
Octal 74 362 112 113 0 105 5 175 130 73
Binary 111100 11110010 1001010 1001011 0 1000101 101 1111101 1011000 111011

Color Harmonies of #3CF24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF24A

Black with #3CF24A

Text Example


Text Example

White with #3CF24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,242,74); }

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

background-color css

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

 a { background-color: rgb(60,242,74); }

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

border-color css

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

 span { border-color: rgb(60,242,74); }

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