Html Css Color HEX #3CF34A Lime Green

📋 copy color: '#3CF34A'

red 60 ◦ green 243 ◦ blue 74

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

Shades of Lime Green #3CF34A

Tints of Lime Green #3CF34A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 64.46%

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

R = 15.92%
G = 64.46%
B = 19.63%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#3CF34A (or 0x3CF34A) is known color: Lime Green. HEX triplet: 3C, F3 and 4A. RGB value is (60,243,74). Sum of RGB (Red+Green+Blue) = 60+243+74=377 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.92% from 377); Green value is 243 (95.31% from 255 or 64.46% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF34A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF34A is #C30CB5. Grayscale: #A9A9A9. Windows color (decimal): -12782774 or 4911932. OLE color: 4911932.

HSL color Cylindrical-coordinate representation of color #3CF34A: hue angle of 124.59º 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 #3CF34A is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 60 243 74 -
CMYK 0.75 0 0.70 0.05
HSL 124.59º 0.88% 0.59% -
HSV(B) 124.59º 0.75% 0.95% -
XYZ 35.15 65.56 17.28 -
YUV 169.02 74.37 50.24 -
System Red Green Blue C M Y K H S L
Decimal 60 243 74 0.75 0 0.70 0.05 124.59 0.88 0.59
Hex 3C F3 4A 4B 0 46 5 7D 58 3B
Octal 74 363 112 113 0 106 5 175 130 73
Binary 111100 11110011 1001010 1001011 0 1000110 101 1111101 1011000 111011

Color Harmonies of #3CF34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF34A

Black with #3CF34A

Text Example


Text Example

White with #3CF34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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