Html Css Color HEX #3CF242 Lime Green

📋 copy color: '#3CF242'

red 60 ◦ green 242 ◦ blue 66

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

Shades of Lime Green #3CF242

Tints of Lime Green #3CF242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.93%

R = 16.3%
G = 65.76%
B = 17.93%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#3CF242 (or 0x3CF242) is known color: Lime Green. HEX triplet: 3C, F2 and 42. RGB value is (60,242,66). Sum of RGB (Red+Green+Blue) = 60+242+66=368 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.30% from 368); Green value is 242 (94.92% from 255 or 65.76% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF242 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF242 is #C30DBD. Grayscale: #A8A8A8. Windows color (decimal): -12783038 or 4387388. OLE color: 4387388.

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

Color convert

RGB 60 242 66 -
CMYK 0.75 0 0.73 0.05
HSL 121.98º 0.88% 0.59% -
HSV(B) 121.98º 0.75% 0.95% -
XYZ 34.6 64.86 15.85 -
YUV 167.52 70.7 51.31 -
System Red Green Blue C M Y K H S L
Decimal 60 242 66 0.75 0 0.73 0.05 121.98 0.88 0.59
Hex 3C F2 42 4B 0 49 5 7A 58 3B
Octal 74 362 102 113 0 111 5 172 130 73
Binary 111100 11110010 1000010 1001011 0 1001001 101 1111010 1011000 111011

Color Harmonies of #3CF242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF242

Black with #3CF242

Text Example


Text Example

White with #3CF242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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