Html Css Color HEX #3CF243 Lime Green

📋 copy color: '#3CF243'

red 60 ◦ green 242 ◦ blue 67

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

Shades of Lime Green #3CF243

Tints of Lime Green #3CF243

RGB

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

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

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

R = 16.26%
G = 65.58%
B = 18.16%

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

#3CF243 (or 0x3CF243) is known color: Lime Green. HEX triplet: 3C, F2 and 43. RGB value is (60,242,67). Sum of RGB (Red+Green+Blue) = 60+242+67=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 242 (94.92% from 255 or 65.58% from 369); Blue value is 67 (26.56% from 255 or 18.16% from 369); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF243 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF243 is #C30DBC. Grayscale: #A8A8A8. Windows color (decimal): -12783037 or 4452924. OLE color: 4452924.

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

Color convert

RGB 60 242 67 -
CMYK 0.75 0 0.72 0.05
HSL 122.31º 0.88% 0.59% -
HSV(B) 122.31º 0.75% 0.95% -
XYZ 34.63 64.87 16.01 -
YUV 167.63 71.2 51.23 -
System Red Green Blue C M Y K H S L
Decimal 60 242 67 0.75 0 0.72 0.05 122.31 0.88 0.59
Hex 3C F2 43 4B 0 48 5 7A 58 3B
Octal 74 362 103 113 0 110 5 172 130 73
Binary 111100 11110010 1000011 1001011 0 1001000 101 1111010 1011000 111011

Color Harmonies of #3CF243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF243

Black with #3CF243

Text Example


Text Example

White with #3CF243

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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