Html Css Color HEX #3CF143 Lime Green

📋 copy color: '#3CF143'

red 60 ◦ green 241 ◦ blue 67

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

Shades of Lime Green #3CF143

Tints of Lime Green #3CF143

RGB

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

 GREEN value IS 241 (94.53% from 255) = 65.49%

 BLUE value IS 67 (26.56% from 255) = 18.21%

R = 16.3%
G = 65.49%
B = 18.21%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#3CF143 (or 0x3CF143) is known color: Lime Green. HEX triplet: 3C, F1 and 43. RGB value is (60,241,67). Sum of RGB (Red+Green+Blue) = 60+241+67=368 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.30% from 368); Green value is 241 (94.53% from 255 or 65.49% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF143 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF143 is #C30EBC. Grayscale: #A7A7A7. Windows color (decimal): -12783293 or 4452668. OLE color: 4452668.

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

Color convert

RGB 60 241 67 -
CMYK 0.75 0 0.72 0.05
HSL 122.32º 0.87% 0.59% -
HSV(B) 122.32º 0.75% 0.95% -
XYZ 34.33 64.28 15.91 -
YUV 167.05 71.53 51.65 -
System Red Green Blue C M Y K H S L
Decimal 60 241 67 0.75 0 0.72 0.05 122.32 0.87 0.59
Hex 3C F1 43 4B 0 48 5 7A 57 3B
Octal 74 361 103 113 0 110 5 172 127 73
Binary 111100 11110001 1000011 1001011 0 1001000 101 1111010 1010111 111011

Color Harmonies of #3CF143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF143

Black with #3CF143

Text Example


Text Example

White with #3CF143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,241,67); }

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

background-color css

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

 a { background-color: rgb(60,241,67); }

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

border-color css

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

 span { border-color: rgb(60,241,67); }

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